Home
last modified time | relevance | path

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

/imagick/tests/
H A D182_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt26 // 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 D183_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt26 // 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 D150_Imagick_setregistry.phpt13 echo "Temporary-path was empty at start.".PHP_EOL;
66 Temporary-path was empty at start.
H A D254_getConfigureOptions.phpt150 echo "key $key does not start with c".PHP_EOL;
/imagick/
H A Dimagickdraw_class.c231 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