Home
last modified time | relevance | path

Searched refs:pos (Results 1 – 2 of 2) sorted by relevance

/imagick/tests/
H A D229_Tutorial_fxAnalyzeImage_case1.phpt49 $pos = $graphHeight - ($red * $graphHeight / 256);
50 $points[] = array('x' => $x, 'y' => $pos);
/imagick/
H A Dimagick_class.c3264 HashPosition pos; in PHP_METHOD() local
3301 for(zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(files), &pos); in PHP_METHOD()
3302 zend_hash_has_more_elements_ex(Z_ARRVAL_P(files), &pos) == SUCCESS; in PHP_METHOD()
3303 zend_hash_move_forward_ex(Z_ARRVAL_P(files), &pos)) { in PHP_METHOD()
3308 if (zend_hash_get_current_data_ex(Z_ARRVAL_P(files), (void**)&ppzval, &pos) == FAILURE) { in PHP_METHOD()
3672 HashPosition pos; in PHP_METHOD() local
3682 for(zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(files), &pos); in PHP_METHOD()
3683 zend_hash_has_more_elements_ex(Z_ARRVAL_P(files), &pos) == SUCCESS; in PHP_METHOD()
3684 zend_hash_move_forward_ex(Z_ARRVAL_P(files), &pos)) { in PHP_METHOD()
3689 if (zend_hash_get_current_data_ex(Z_ARRVAL_P(files), (void**)&ppzval, &pos) == FAILURE) { in PHP_METHOD()

Completed in 54 milliseconds