Home
last modified time | relevance | path

Searched refs:row (Results 1 – 17 of 17) sorted by relevance

/imagick/tests/
H A Dbug_73840.phpt7 …the row object still has a reference to that pixel iterator, internally in ImageMagick. We need t…
16 //$row = $it->getCurrentIteratorRow();
17 //$rgb = $row[0]->getColor();
32 //$row = $im->getPixelIterator()->getCurrentIteratorRow();
33 //$rgb = $row[0]->getColor();
H A D083_Imagick_getPixelIterator_basic.phpt18 foreach ($imageIterator as $row => $pixels) { /* Loop trough pixel rows */
19 foreach ($pixels as $column => $pixel) { /* Loop through the pixels in the row (columns) */
H A D084_Imagick_getPixelRegionIterator_basic.phpt18 foreach ($imageIterator as $row => $pixels) { /* Loop trough pixel rows */
19 foreach ($pixels as $column => $pixel) { /* Loop through the pixels in the row (columns) */
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.",
54 //Should fail, value instead of second row
56 "Values must be matrix, with the same number of columns in each row.",
63 //Should fail, value instead of second row
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 D020-pixeliterator.phpt32 $row = 0;
38 $row++;
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 D229_Tutorial_fxAnalyzeImage_case1.phpt27 foreach ($pixels as $pixel) { /* Loop through the pixels in the row (columns) */
/imagick/
H A Dimagickkernel_class.c45 zval row; in php_imagickkernelvalues_to_zval() local
47 zval *row; in php_imagickkernelvalues_to_zval() local
56 p_row = &row; in php_imagickkernelvalues_to_zval()
58 MAKE_STD_ZVAL(row); in php_imagickkernelvalues_to_zval()
59 p_row = row; in php_imagickkernelvalues_to_zval()
246 unsigned int row, column; in PHP_METHOD() local
259 row = 0; in PHP_METHOD()
275 for (row=0 ; row<num_rows ; row++) { in PHP_METHOD()
419 unsigned int row, column; in PHP_METHOD() local
434 row = 0; in PHP_METHOD()
[all …]
H A Dimagickpixeliterator_class.c31 PixelWand **row; in s_count_pixeliterator_rows() local
34 while ((row = PixelGetNextIteratorRow(internpix->pixel_iterator, &tmp)) != NULL) in s_count_pixeliterator_rows()
401 long row; in PHP_METHOD() local
404 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &row) == FAILURE) { in PHP_METHOD()
415 status = PixelSetIteratorRow(internpix->pixel_iterator, row); in PHP_METHOD()
422 internpix->iterator_position = row; in PHP_METHOD()
H A DImagickPixelIterator.stub.php57 public function setIteratorRow(int $row): bool {} argument
H A DImagickPixelIterator_arginfo.h153 ZEND_ARG_TYPE_INFO(0, row, IS_LONG, 0)
155 ZEND_ARG_INFO(0, row)
H A DChangeLog615 + It is now possible to set the row with region iterator

Completed in 19 milliseconds