Searched refs:large_arc (Results 1 – 3 of 3) sorted by relevance
/imagick/ |
H A D | ImagickDraw.stub.php | 273 bool $large_arc, argument 282 bool $large_arc, argument
|
H A D | imagickdraw_class.c | 2032 zend_bool large_arc, sweep; local 2035 …ters(ZEND_NUM_ARGS() TSRMLS_CC, "dddbbdd", &rx, &ry, &x_axis_rotation, &large_arc, &sweep, &x, &y)… 2040 …DrawPathEllipticArcAbsolute(internd->drawing_wand, rx, ry, x_axis_rotation, large_arc, sweep, x, y… 2053 zend_bool large_arc, sweep; local 2056 …ters(ZEND_NUM_ARGS() TSRMLS_CC, "dddbbdd", &rx, &ry, &x_axis_rotation, &large_arc, &sweep, &x, &y)… 2061 …DrawPathEllipticArcRelative(internd->drawing_wand, rx, ry, x_axis_rotation, large_arc, sweep, x, y…
|
H A D | ImagickDraw_arginfo.h | 1111 ZEND_ARG_TYPE_INFO(0, large_arc, _IS_BOOL, 0) 1113 ZEND_ARG_INFO(0, large_arc)
|
Completed in 29 milliseconds