Home
last modified time | relevance | path

Searched refs:current (Results 1 – 9 of 9) 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
42 // and the end point is defined relative from the current position by the x, y values.
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
42 // and the end point is defined relative from the current position by the x, y values.
H A D020-pixeliterator.phpt37 while($pixelRow = $pixelRegion->current()) {
/imagick/
H A DImagickPixelIterator.stub.php40 public function current(): array {} function in ImagickPixelIterator
H A DImagickPixelIterator_arginfo.h195 …ZEND_MALIAS(ImagickPixelIterator, current, getCurrentIteratorRow, arginfo_class_ImagickPixelIterat…
H A DImagick.stub.php1234 public function current(): Imagick {} function in Imagick
H A Dphp_imagick_defs.h632 PHP_METHOD(imagick, current);
H A Dimagick_class.c3585 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 DImagick_arginfo.h5830 ZEND_METHOD(Imagick, current);
6512 ZEND_ME(Imagick, current, arginfo_class_Imagick_current, ZEND_ACC_PUBLIC)

Completed in 54 milliseconds