Searched refs:push (Results 1 – 12 of 12) sorted by relevance
/imagick/tests/ |
H A D | 187_ImagickDraw_push_basic.phpt | 2 Test ImagickDraw, push 13 function push($strokeColor, $fillColor, $backgroundColor, $fillModifiedColor) { 20 $draw->push(); 37 push($strokeColor, $fillColor, $backgroundColor, $fillModifiedColor) ;
|
H A D | 191_ImagickDraw_push_basic.phpt | 2 Test ImagickDraw, push 13 function push($strokeColor, $fillColor, $backgroundColor, $fillModifiedColor) { 20 $draw->push(); 37 push($strokeColor, $fillColor, $backgroundColor, $fillModifiedColor) ;
|
H A D | 176_ImagickDraw_ellipse_basic.phpt | 24 $draw->push(); 30 $draw->push();
|
H A D | 188_ImagickDraw_pushPattern_basic.phpt | 39 $draw->push();
|
H A D | 193_ImagickDraw_pushPattern_basic.phpt | 39 $draw->push();
|
H A D | 174_ImagickDraw_affine_basic.phpt | 47 $draw->push();
|
/imagick/.github/workflows/ |
H A D | main.yml | 4 push:
|
/imagick/ |
H A D | ImagickDraw.stub.php | 375 public function push(): bool {} function in ImagickDraw
|
H A D | ImagickDraw_arginfo.h | 1738 ZEND_METHOD(ImagickDraw, push); 1914 ZEND_ME(ImagickDraw, push, arginfo_class_ImagickDraw_push, ZEND_ACC_PUBLIC)
|
H A D | php_imagick_defs.h | 1098 PHP_METHOD(imagickdraw, push);
|
H A D | imagickdraw_class.c | 2811 PHP_METHOD(ImagickDraw, push) argument
|
H A D | ChangeLog | 731 - Renamed ImagickDraw::pushDrawingWand to ImagickDraw::push
|
Completed in 56 milliseconds