/imagick/ |
H A D | ImagickPixelIterator.stub.php | 15 int $columns, argument 48 int $columns, argument
|
H A D | ImagickPixelIterator_arginfo.h | 50 ZEND_ARG_TYPE_INFO(0, columns, IS_LONG, 0) 52 ZEND_ARG_INFO(0, columns) 126 ZEND_ARG_TYPE_INFO(0, columns, IS_LONG, 0) 128 ZEND_ARG_INFO(0, columns)
|
H A D | imagickpixeliterator_class.c | 291 long x, y, columns, rows; in PHP_METHOD() local 294 …RGS() TSRMLS_CC, "Ollll", &magick_object, php_imagick_sc_entry, &x, &y, &columns, &rows) == FAILUR… in PHP_METHOD() 308 pixel_it = NewPixelRegionIterator(intern->magick_wand, x, y, columns, rows); in PHP_METHOD() 328 long x, y, columns, rows; in PHP_METHOD() local 331 …RGS() TSRMLS_CC, "Ollll", &magick_object, php_imagick_sc_entry, &x, &y, &columns, &rows) == FAILUR… in PHP_METHOD() 348 pixel_it = NewPixelRegionIterator(intern->magick_wand, x, y, columns, rows); in PHP_METHOD()
|
H A D | Imagick.stub.php | 41 int $columns, 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 473 ?int $columns, argument 620 int $columns, 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 1127 int $columns, argument 1134 public function newPseudoImage(int $columns, int $rows, string $pseudo_format): bool {} argument [all …]
|
H A D | Imagick_arginfo.h | 200 ZEND_ARG_TYPE_INFO(0, columns, IS_LONG, 0) 202 ZEND_ARG_INFO(0, columns) 306 ZEND_ARG_TYPE_INFO(0, columns, IS_LONG, 0) 308 ZEND_ARG_INFO(0, columns) 1799 ZEND_ARG_INFO(0, columns) 1887 ZEND_ARG_INFO(0, columns) 1981 ZEND_ARG_INFO(0, columns) 2630 ZEND_ARG_INFO(0, columns) 2714 ZEND_ARG_INFO(0, columns) 4562 ZEND_ARG_INFO(0, columns) [all …]
|
H A D | imagick_class.c | 469 im_long columns, rows, offset; in PHP_METHOD() local 4507 im_long columns, rows; in PHP_METHOD() local 4560 im_long columns, rows; in PHP_METHOD() local 4572 if (columns == 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 11808 add_assoc_long(return_value, "columns", columns); [all …]
|
/imagick/tests/ |
H A D | 169_ImagickPixel_construct_basic.phpt | 11 $columns = 4; 42 $offsetX = ($count % $columns) * 50 + 5; 43 $offsetY = intval($count / $columns) * 50 + 5;
|
H A D | 145_imagickkernel_coverage.phpt | 40 "Values must be matrix, with the same number of columns in each row.", 44 //Should fail, matrix needs to have same number columns in each row 46 "Values must be matrix, with the same number of columns in each row.", 56 "Values must be matrix, with the same number of columns in each row.", 73 "For kernels with even numbered rows or columns, the origin position must be specified.",
|
H A D | 250_ImagickPixelIterator_resetIterator_basic.phpt | 21 /* Loop through the pixels in the row (columns) */ 38 /* Loop through the pixels in the row (columns) */
|
H A D | 280_imagickkernel_exception_invalid_origin.phpt | 57 else if (strpos($message, "origin_x for matrix is outside bounds of columns") === 0) { 102 if (strpos($message, "origin_x for matrix is outside bounds of columns") === 0) {
|
H A D | 083_Imagick_getPixelIterator_basic.phpt | 19 foreach ($pixels as $column => $pixel) { /* Loop through the pixels in the row (columns) */
|
H A D | 084_Imagick_getPixelRegionIterator_basic.phpt | 19 foreach ($pixels as $column => $pixel) { /* Loop through the pixels in the row (columns) */
|
H A D | 248_ImagickPixelIterator_clear_basic.phpt | 21 /* Loop through the pixels in the row (columns) */
|
H A D | 249_ImagickPixelIterator_getNextIteratorRow_basic.phpt | 20 /* Loop through the pixels in the row (columns) */
|
H A D | 251_ImagickPixelIterator_setIteratorRow_basic.phpt | 20 /* Loop through the pixels in the row (columns) */
|
H A D | 252_ImagickPixelIterator_construct_basic.phpt | 19 /* Loop through the pixels in the row (columns) */
|
H A D | 247_ImagickPixelIterator_construct_basic.phpt | 19 /* Loop through the pixels in the row (columns) */
|
H A D | 288_imagick_prevent_zero_size_images.phpt | 26 Deprecated: Creating images with zero columns is deprecated. If you think you need to do this, plea…
|
H A D | 229_Tutorial_fxAnalyzeImage_case1.phpt | 27 foreach ($pixels as $pixel) { /* Loop through the pixels in the row (columns) */
|