Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/
H A Dgd.c3373 zval *IM, *POINTS; in php_imagepolygon() local
3380 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rall", &IM, &POINTS, &NPOINTS, &COL) == FAIL… in php_imagepolygon()
3389 nelem = zend_hash_num_elements(Z_ARRVAL_P(POINTS)); in php_imagepolygon()
3406 if (zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2), (void **) &var) == SUCCESS) { in php_imagepolygon()
3417 if (zend_hash_index_find(Z_ARRVAL_P(POINTS), (i * 2) + 1, (void **) &var) == SUCCESS) { in php_imagepolygon()

Completed in 14 milliseconds