Home
last modified time | relevance | path

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

/php-src/ext/gd/
H A Dgd.c3504 zval *z_rect; in PHP_FUNCTION() local
3507 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oa", &IM, gd_image_ce, &z_rect) == FAILURE) { in PHP_FUNCTION()
3513 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "x", sizeof("x") -1)) != NULL) { in PHP_FUNCTION()
3520 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "y", sizeof("y") - 1)) != NULL) { in PHP_FUNCTION()
3527 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "width", sizeof("width") - 1)) != NULL) { in PHP_FUNCTION()
3534 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "height", sizeof("height") - 1)) != NULL) { in PHP_FUNCTION()
3659 zval *z_rect = NULL; in PHP_FUNCTION() local
3696 if (z_rect != NULL) { in PHP_FUNCTION()
3697 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "x", sizeof("x") - 1)) != NULL) { in PHP_FUNCTION()
3704 if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "y", sizeof("y") - 1)) != NULL) { in PHP_FUNCTION()
[all …]

Completed in 14 milliseconds