Home
last modified time | relevance | path

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

/imagick/
H A DImagickPixelIterator.stub.php15 int $columns, argument
48 int $columns, argument
H A DImagickPixelIterator_arginfo.h50 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 Dimagickpixeliterator_class.c291 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 DImagick.stub.php41 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 DImagick_arginfo.h200 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 Dimagick_class.c469 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 D169_ImagickPixel_construct_basic.phpt11 $columns = 4;
42 $offsetX = ($count % $columns) * 50 + 5;
43 $offsetY = intval($count / $columns) * 50 + 5;
H A D145_imagickkernel_coverage.phpt40 "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 D250_ImagickPixelIterator_resetIterator_basic.phpt21 /* Loop through the pixels in the row (columns) */
38 /* Loop through the pixels in the row (columns) */
H A D280_imagickkernel_exception_invalid_origin.phpt57 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 D083_Imagick_getPixelIterator_basic.phpt19 foreach ($pixels as $column => $pixel) { /* Loop through the pixels in the row (columns) */
H A D084_Imagick_getPixelRegionIterator_basic.phpt19 foreach ($pixels as $column => $pixel) { /* Loop through the pixels in the row (columns) */
H A D248_ImagickPixelIterator_clear_basic.phpt21 /* Loop through the pixels in the row (columns) */
H A D249_ImagickPixelIterator_getNextIteratorRow_basic.phpt20 /* Loop through the pixels in the row (columns) */
H A D251_ImagickPixelIterator_setIteratorRow_basic.phpt20 /* Loop through the pixels in the row (columns) */
H A D252_ImagickPixelIterator_construct_basic.phpt19 /* Loop through the pixels in the row (columns) */
H A D247_ImagickPixelIterator_construct_basic.phpt19 /* Loop through the pixels in the row (columns) */
H A D288_imagick_prevent_zero_size_images.phpt26 Deprecated: Creating images with zero columns is deprecated. If you think you need to do this, plea…
H A D229_Tutorial_fxAnalyzeImage_case1.phpt27 foreach ($pixels as $pixel) { /* Loop through the pixels in the row (columns) */

Completed in 108 milliseconds