Home
last modified time | relevance | path

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

/imagick/tests/
H A D057_Imagick_distortImage_PerspectiveProjection.phpt13 //X-of-destination = (sx*xs + ry+ys +tx) / (px*xs + py*ys +1)
14 //Y-of-destination = (rx*xs + sy+ys +ty) / (px*xs + py*ys +1)
18 // px py
/imagick/
H A Dimagickdraw_class.c171 double ox, oy, px, py; in PHP_METHOD() local
175 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dddd", &ox, &oy, &px, &py) == FAILURE) { in PHP_METHOD()
181 DrawCircle(internd->drawing_wand, ox, oy, px, py); in PHP_METHOD()

Completed in 10 milliseconds