Home
last modified time | relevance | path

Searched refs:column (Results 1 – 8 of 8) sorted by relevance

/imagick/tests/
H A D250_ImagickPixelIterator_resetIterator_basic.phpt22 foreach ($pixels as $column => $pixel) {
24 if ($column % 2) {
39 foreach ($pixels as $column => $pixel) {
41 if ($column % 3) {
H A D083_Imagick_getPixelIterator_basic.phpt19 foreach ($pixels as $column => $pixel) { /* Loop through the pixels in the row (columns) */
21 if ($column % 2) {
H A D084_Imagick_getPixelRegionIterator_basic.phpt19 foreach ($pixels as $column => $pixel) { /* Loop through the pixels in the row (columns) */
21 if ($column % 2) {
H A D248_ImagickPixelIterator_clear_basic.phpt22 foreach ($pixels as $column => $pixel) {
23 if ($column % 2) {
H A D249_ImagickPixelIterator_getNextIteratorRow_basic.phpt21 foreach ($pixels as $column => $pixel) {
23 if ($column % 2) {
H A D252_ImagickPixelIterator_construct_basic.phpt20 foreach ($pixels as $column => $pixel) {
22 if ($column % 2) {
H A D247_ImagickPixelIterator_construct_basic.phpt20 foreach ($pixels as $column => $pixel) {
22 if ($column % 2) {
/imagick/
H A Dimagickkernel_class.c246 unsigned int row, column; in PHP_METHOD() local
283 column = 0; in PHP_METHOD()
307 for (column=0; column<num_columns ; column++) { in PHP_METHOD()
308 pzval_inner = zend_hash_index_find(inner_array, column); in PHP_METHOD()
419 unsigned int row, column; in PHP_METHOD() local
455 column = 0; in PHP_METHOD()
480 for (column=0; column<num_columns ; column++) { in PHP_METHOD()
481 if (zend_hash_index_find(inner_array, column, (void **) &ppzval_inner) != SUCCESS) { in PHP_METHOD()

Completed in 9 milliseconds