Searched refs:POINTS (Results 1 – 1 of 1) sorted by relevance
2799 zval *IM, *POINTS; in php_imagepolygon() local2809 Z_PARAM_ARRAY(POINTS) in php_imagepolygon()2817 NPOINTS = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); in php_imagepolygon()2832 nelem = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); in php_imagepolygon()2846 if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2))) != NULL) { in php_imagepolygon()2849 if ((var = zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2) + 1)) != NULL) { in php_imagepolygon()
Completed in 12 milliseconds