/imagick/ |
H A D | imagickpixeliterator_class.c | 30 long rows = 0, tmp; in s_count_pixeliterator_rows() local 35 rows++; in s_count_pixeliterator_rows() 37 return rows; in s_count_pixeliterator_rows() 52 internpix->rows = s_count_pixeliterator_rows (internpix); in php_imagick_pixel_iterator_new() 89 internpix->rows = s_count_pixeliterator_rows (internpix); in PHP_METHOD() 192 internpix->iterator_position = (internpix->rows - 1); in PHP_METHOD() 274 internpix->rows = s_count_pixeliterator_rows (internpix); in PHP_METHOD() 291 long x, y, columns, rows; in PHP_METHOD() local 328 long x, y, columns, rows; in PHP_METHOD() local 523 if (internpix->iterator_position >= internpix->rows) { in PHP_METHOD() [all …]
|
H A D | ImagickPixelIterator.stub.php | 16 int $rows): ImagickPixelIterator {} argument 49 int $rows): bool {} argument
|
H A D | ImagickPixelIterator_arginfo.h | 56 ZEND_ARG_TYPE_INFO(0, rows, IS_LONG, 0) 58 ZEND_ARG_INFO(0, rows) 132 ZEND_ARG_TYPE_INFO(0, rows, IS_LONG, 0) 134 ZEND_ARG_INFO(0, rows)
|
H A D | Imagick.stub.php | 42 int $rows, argument 52 public function setSizeOffset(int $columns, int $rows, int $offset): bool {} argument 453 …public function getPixelRegionIterator(int $x, int $y, int $columns, int $rows): ImagickPixelItera… argument 474 ?int $rows, argument 621 int $rows, argument 631 public function sampleImage(int $columns, int $rows): bool {} argument 688 public function shaveImage(int $columns, int $rows): bool {} argument 1074 public function setImageExtent(int $columns, int $rows): bool {} argument 1128 int $rows, argument 1134 public function newPseudoImage(int $columns, int $rows, string $pseudo_format): bool {} argument [all …]
|
H A D | Imagick_arginfo.h | 206 ZEND_ARG_TYPE_INFO(0, rows, IS_LONG, 0) 208 ZEND_ARG_INFO(0, rows) 312 ZEND_ARG_TYPE_INFO(0, rows, IS_LONG, 0) 314 ZEND_ARG_INFO(0, rows) 1805 ZEND_ARG_INFO(0, rows) 1893 ZEND_ARG_INFO(0, rows) 1987 ZEND_ARG_INFO(0, rows) 2636 ZEND_ARG_INFO(0, rows) 2720 ZEND_ARG_INFO(0, rows) 4568 ZEND_ARG_INFO(0, rows) [all …]
|
H A D | imagick_class.c | 469 im_long columns, rows, offset; in PHP_METHOD() local 2109 im_long cols, rows; in PHP_METHOD() local 4507 im_long columns, rows; in PHP_METHOD() local 4560 im_long columns, rows; in PHP_METHOD() local 4579 if (rows == 0) { in PHP_METHOD() 5594 im_long rows, columns; local 10576 im_long columns, rows; local 10777 im_long columns, rows; local 11344 im_long x, y, columns, rows; local 11792 size_t columns, rows; local [all …]
|
H A D | php_imagick_defs.h | 207 long rows; member 223 long rows; member
|
H A D | imagick.c | 3178 intern->rows = 0; in php_imagickpixeliterator_object_new()
|
/imagick/tests/ |
H A D | 020-pixeliterator.phpt | 10 $rows = 0; 13 $rows++; 15 return $rows;
|
H A D | 250_ImagickPixelIterator_resetIterator_basic.phpt | 19 /* Loop trough pixel rows */ 36 /* Loop trough pixel rows */
|
H A D | 280_imagickkernel_exception_invalid_origin.phpt | 54 if (strpos($message, "origin_y for matrix is outside bounds of rows") === 0) { 77 if (strpos($message, "origin_y for matrix is outside bounds of rows") === 0) {
|
H A D | 083_Imagick_getPixelIterator_basic.phpt | 18 foreach ($imageIterator as $row => $pixels) { /* Loop trough pixel rows */
|
H A D | 084_Imagick_getPixelRegionIterator_basic.phpt | 18 foreach ($imageIterator as $row => $pixels) { /* Loop trough pixel rows */
|
H A D | 248_ImagickPixelIterator_clear_basic.phpt | 18 /* Loop trough pixel rows */
|
H A D | 252_ImagickPixelIterator_construct_basic.phpt | 17 /* Loop through pixel rows */
|
H A D | 247_ImagickPixelIterator_construct_basic.phpt | 17 /* Loop through pixel rows */
|
H A D | 288_imagick_prevent_zero_size_images.phpt | 28 Deprecated: Creating images with zero rows is deprecated. If you think you need to do this, please …
|
H A D | 229_Tutorial_fxAnalyzeImage_case1.phpt | 26 foreach ($imageIterator as $pixels) { /* Loop trough pixel rows */
|
H A D | 145_imagickkernel_coverage.phpt | 73 "For kernels with even numbered rows or columns, the origin position must be specified.",
|