Home
last modified time | relevance | path

Searched refs:push (Results 1 – 12 of 12) sorted by relevance

/imagick/tests/
H A D187_ImagickDraw_push_basic.phpt2 Test ImagickDraw, push
13 function push($strokeColor, $fillColor, $backgroundColor, $fillModifiedColor) {
20 $draw->push();
37 push($strokeColor, $fillColor, $backgroundColor, $fillModifiedColor) ;
H A D191_ImagickDraw_push_basic.phpt2 Test ImagickDraw, push
13 function push($strokeColor, $fillColor, $backgroundColor, $fillModifiedColor) {
20 $draw->push();
37 push($strokeColor, $fillColor, $backgroundColor, $fillModifiedColor) ;
H A D176_ImagickDraw_ellipse_basic.phpt24 $draw->push();
30 $draw->push();
H A D188_ImagickDraw_pushPattern_basic.phpt39 $draw->push();
H A D193_ImagickDraw_pushPattern_basic.phpt39 $draw->push();
H A D174_ImagickDraw_affine_basic.phpt47 $draw->push();
/imagick/.github/workflows/
H A Dmain.yml4 push:
/imagick/
H A DImagickDraw.stub.php375 public function push(): bool {} function in ImagickDraw
H A DImagickDraw_arginfo.h1738 ZEND_METHOD(ImagickDraw, push);
1914 ZEND_ME(ImagickDraw, push, arginfo_class_ImagickDraw_push, ZEND_ACC_PUBLIC)
H A Dphp_imagick_defs.h1098 PHP_METHOD(imagickdraw, push);
H A Dimagickdraw_class.c2811 PHP_METHOD(ImagickDraw, push) argument
H A DChangeLog731 - Renamed ImagickDraw::pushDrawingWand to ImagickDraw::push

Completed in 40 milliseconds