Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/
H A Dgd.c2567 zval *IM, *POINTS; in php_imagepolygon() local
2575 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oal|l!", &IM, gd_image_ce, &POINTS, &NPOINTS, &COL, &C… in php_imagepolygon()
2580 NPOINTS = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); in php_imagepolygon()
2595 nelem = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); in php_imagepolygon()
2609 if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2))) != NULL) { in php_imagepolygon()
2612 if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2) + 1)) != NULL) { in php_imagepolygon()

Completed in 18 milliseconds