Home
last modified time | relevance | path

Searched refs:rows (Results 1 – 19 of 19) sorted by relevance

/imagick/
H A Dimagickpixeliterator_class.c30 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 DImagickPixelIterator.stub.php16 int $rows): ImagickPixelIterator {} argument
49 int $rows): bool {} argument
H A DImagickPixelIterator_arginfo.h56 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 DImagick.stub.php42 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 DImagick_arginfo.h206 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 Dimagick_class.c469 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 Dphp_imagick_defs.h207 long rows; member
223 long rows; member
H A Dimagick.c3178 intern->rows = 0; in php_imagickpixeliterator_object_new()
/imagick/tests/
H A D020-pixeliterator.phpt10 $rows = 0;
13 $rows++;
15 return $rows;
H A D250_ImagickPixelIterator_resetIterator_basic.phpt19 /* Loop trough pixel rows */
36 /* Loop trough pixel rows */
H A D280_imagickkernel_exception_invalid_origin.phpt54 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 D083_Imagick_getPixelIterator_basic.phpt18 foreach ($imageIterator as $row => $pixels) { /* Loop trough pixel rows */
H A D084_Imagick_getPixelRegionIterator_basic.phpt18 foreach ($imageIterator as $row => $pixels) { /* Loop trough pixel rows */
H A D248_ImagickPixelIterator_clear_basic.phpt18 /* Loop trough pixel rows */
H A D252_ImagickPixelIterator_construct_basic.phpt17 /* Loop through pixel rows */
H A D247_ImagickPixelIterator_construct_basic.phpt17 /* Loop through pixel rows */
H A D288_imagick_prevent_zero_size_images.phpt28 Deprecated: Creating images with zero rows is deprecated. If you think you need to do this, please …
H A D229_Tutorial_fxAnalyzeImage_case1.phpt26 foreach ($imageIterator as $pixels) { /* Loop trough pixel rows */
H A D145_imagickkernel_coverage.phpt73 "For kernels with even numbered rows or columns, the origin position must be specified.",

Completed in 83 milliseconds