Home
last modified time | relevance | path

Searched refs:object (Results 1 – 15 of 15) sorted by relevance

/imagick/tests/
H A D175_ImagickDraw_arc_basic.phpt20 //Create a ImagickDraw object to draw into.
29 //Create an image object which the draw commands can be rendered into
34 //Render the draw commands in the ImagickDraw object
H A D020-pixeliterator.phpt85 foreach ($objects as $object) {
87 $count = count_objects($object);
88 $countIterator = count_objects_with_iterator($object);
H A D241_Tutorial_psychedelicFont_basic.phpt30 //Create an image object which the draw commands can be rendered into
35 //Render the draw commands in the ImagickDraw object
H A Dbug_73840.phpt7 …t of work to fix. The issue is the iterator object is going out of scope and being freed, but the …
H A D177_ImagickDraw_composite_basic.phpt43 //Create an image object which the draw commands can be rendered into
48 //Render the draw commands in the ImagickDraw object
H A D244_Tutorial_psychedelicFontGif_basic.phpt45 //Create an image object which the draw commands can be rendered into
50 //Render the draw commands in the ImagickDraw object
H A D173_ImagickDraw_bezier_basic.phpt65 //Create an image object which the draw commands can be rendered into
70 //Render the draw commands in the ImagickDraw object
H A D174_ImagickDraw_affine_basic.phpt56 //Create an image object which the draw commands can be rendered into
61 //Render the draw commands in the ImagickDraw object
H A D012-clone-separation.phpt2 Testing that cloned object does not affect the original
H A Dfunctions.inc98 // Find and set a font for the Imagick object
106 // Find and set a font for the ImagickDraw object
H A D178_ImagickDraw_circle_basic.phpt18 //Create a ImagickDraw object to draw into.
H A D275_ImagickPixel_unitializedObjects.phpt60 if (strpos($ipe->getMessage(), "Can not process empty ImagickPixel object") === false) {
/imagick/
H A Dimagick.c2913 php_imagick_object *intern = php_imagick_fetch_object(object); in php_imagick_object_free_storage()
2937 php_imagickdraw_object *intern = php_imagickdraw_fetch_object(object); in php_imagickdraw_object_free_storage()
2976 php_imagickpixel_object *intern = php_imagickpixel_fetch_object(object); in php_imagickpixel_object_free_storage()
3334 php_imagick_object *intern= php_imagick_fetch_object(object);
3338 php_imagick_object *intern= Z_IMAGICK_P(object);
3369 intern = php_imagick_fetch_object(object);
3441 intern = Z_IMAGICK_P(object);
3509 ret = std_hnd->has_property(object, member, 2 TSRMLS_CC);
3511 ret = std_hnd->has_property(object, member, 2, key TSRMLS_CC);
3517 retval = std_hnd->read_property(object, member, type TSRMLS_CC);
[all …]
H A Dphp_imagick_defs.h298 #define php_imagick_fetch_object(object) ((php_imagick_object *)object) argument
299 #define php_imagickdraw_fetch_object(object) ((php_imagickdraw_object *)object) argument
300 #define php_imagickpixel_fetch_object(object) ((php_imagickpixel_object *)object) argument
301 #define php_imagickpixeliterator_fetch_object(object) ((php_imagickpixeliterator_object *)object) argument
302 #define php_imagickkernel_fetch_object(object) ((php_imagickkernel_object *)object) argument
H A DChangeLog61 * Prevent memory leak when ImagickPixel::__construct called after object instantiation.
569 - Fixes a small memory leak when casting a string to ImagickPixel object
687 + Fixed imagick::__tostring to return empty string if the object doesnt contain images.
743 - Fixed ImagickPixelIterator::__construct to accept Imagick object as parameter.

Completed in 39 milliseconds