Searched refs:current (Results 1 – 9 of 9) 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 42 // and the end point is defined relative from the current position by the x, y values.
|
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 42 // and the end point is defined relative from the current position by the x, y values.
|
H A D | 020-pixeliterator.phpt | 37 while($pixelRow = $pixelRegion->current()) {
|
/imagick/ |
H A D | ImagickPixelIterator.stub.php | 40 public function current(): array {} function in ImagickPixelIterator
|
H A D | ImagickPixelIterator_arginfo.h | 195 …ZEND_MALIAS(ImagickPixelIterator, current, getCurrentIteratorRow, arginfo_class_ImagickPixelIterat…
|
H A D | Imagick.stub.php | 1234 public function current(): Imagick {} function in Imagick
|
H A D | php_imagick_defs.h | 632 PHP_METHOD(imagick, current);
|
H A D | imagick_class.c | 3585 PHP_METHOD(Imagick, current) in PHP_METHOD() argument 8440 int current; local 8453 current = MagickGetIteratorIndex(intern->magick_wand); 8456 current = MagickGetImageIndex(intern->magick_wand); 8472 status = MagickSetIteratorIndex(intern->magick_wand, current); 8475 status = MagickSetImageIndex(intern->magick_wand, current);
|
H A D | Imagick_arginfo.h | 5830 ZEND_METHOD(Imagick, current); 6512 ZEND_ME(Imagick, current, arginfo_class_Imagick_current, ZEND_ACC_PUBLIC)
|
Completed in 56 milliseconds