Searched refs:row (Results 1 – 17 of 17) sorted by relevance
/imagick/tests/ |
H A D | bug_73840.phpt | 7 …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 D | 083_Imagick_getPixelIterator_basic.phpt | 18 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 D | 084_Imagick_getPixelRegionIterator_basic.phpt | 18 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 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.", 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 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 | 020-pixeliterator.phpt | 32 $row = 0; 38 $row++;
|
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 | 229_Tutorial_fxAnalyzeImage_case1.phpt | 27 foreach ($pixels as $pixel) { /* Loop through the pixels in the row (columns) */
|
/imagick/ |
H A D | imagickkernel_class.c | 45 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 D | imagickpixeliterator_class.c | 31 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 D | ImagickPixelIterator.stub.php | 57 public function setIteratorRow(int $row): bool {} argument
|
H A D | ImagickPixelIterator_arginfo.h | 153 ZEND_ARG_TYPE_INFO(0, row, IS_LONG, 0) 155 ZEND_ARG_INFO(0, row)
|
H A D | ChangeLog | 615 + It is now possible to set the row with region iterator
|
Completed in 16 milliseconds