Searched refs:start (Results 1 – 5 of 5) sorted by relevance
/imagick/tests/ |
H A D | 182_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt | 26 // This specifies a quadratic bezier curve with the current position as the start 33 // This specifies a quadratic bezier curve with the current position as the start 40 // This specifies a quadratic bezier curve with the current position as the start
|
H A D | 183_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt | 26 // This specifies a quadratic bezier curve with the current position as the start 33 // This specifies a quadratic bezier curve with the current position as the start 40 // This specifies a quadratic bezier curve with the current position as the start
|
H A D | 150_Imagick_setregistry.phpt | 13 echo "Temporary-path was empty at start.".PHP_EOL; 66 Temporary-path was empty at start.
|
H A D | 254_getConfigureOptions.phpt | 150 echo "key $key does not start with c".PHP_EOL;
|
/imagick/ |
H A D | imagickdraw_class.c | 231 double ox, oy, rx, ry, start, end; in PHP_METHOD() local 235 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "dddddd", &ox, &oy, &rx, &ry, &start, &end) =… in PHP_METHOD() 241 DrawEllipse(internd->drawing_wand, ox, oy, rx, ry, start, end); in PHP_METHOD()
|
Completed in 14 milliseconds