Searched refs:NPOINTS (Results 1 – 1 of 1) sorted by relevance
2569 zend_long NPOINTS, COL; in php_imagepolygon() local2576 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oal|l!", &IM, gd_image_ce, &POINTS, &NPOINTS, &COL, &C… in php_imagepolygon()2580 COL = NPOINTS; in php_imagepolygon()2581 NPOINTS = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); in php_imagepolygon()2582 if (NPOINTS % 2 != 0) { in php_imagepolygon()2586 NPOINTS /= 2; in php_imagepolygon()2593 npoints = NPOINTS; in php_imagepolygon()
Completed in 23 milliseconds