Searched refs:NPOINTS (Results 1 – 1 of 1) sorted by relevance
2573 zend_long NPOINTS, COL; in php_imagepolygon() local2580 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oal|l!", &IM, gd_image_ce, &POINTS, &NPOINTS, &COL, &C… in php_imagepolygon()2584 COL = NPOINTS; in php_imagepolygon()2585 NPOINTS = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); in php_imagepolygon()2586 if (NPOINTS % 2 != 0) { in php_imagepolygon()2590 NPOINTS /= 2; in php_imagepolygon()2597 npoints = NPOINTS; in php_imagepolygon()
Completed in 19 milliseconds