Searched refs:method (Results 1 – 11 of 11) sorted by relevance
/imagick/tests/ |
H A D | skipif.inc | 68 foreach ($methods as $method) { 69 if (method_exists($class, $method) == false) { 70 die("skip Class method $class::$method not present");
|
H A D | 275_ImagickPixel_unitializedObjects.phpt | 73 foreach ($methods as $method) { 74 $allMethods[] = strtolower($method->getName());
|
H A D | 011_polygon.phpt | 2 Test polygon method arguments
|
H A D | 012-clone-separation.phpt | 23 %s: Imagick::clone method is deprecated and it's use should be avoided in %s on line %d
|
H A D | 061_Imagick_distortImage_Barrel.phpt | 14 // The arguments needed for the 'Barrel' distort method. Generally you supply
|
/imagick/ |
H A D | shim_im6_to_im7.h | 26 …nnel(MagickWand *wand, const ChannelType channel,const SparseColorMethod method, const size_t numb… 113 ChannelType channel,MorphologyMethod method,const ssize_t iterations, 153 const PixelInterpolateMethod method);
|
H A D | shim_im6_to_im7.c | 592 ChannelType channel,MorphologyMethod method,const ssize_t iterations, in MagickMorphologyImageChannel() argument 601 status = MagickMorphologyImage(wand, method, iterations, kernel); in MagickMorphologyImageChannel() 801 …nnel(MagickWand *wand, const ChannelType channel,const SparseColorMethod method, const size_t numb… in MagickSparseColorImageChannel() argument 809 status = MagickSparseColorImage(wand, method, number_arguments, arguments); in MagickSparseColorImageChannel()
|
H A D | ChangeLog | 3 - Method names have been changed to not be all lower case. Both method names and parameter informat… 400 - Fixed Bug #65043: Destroy and clear method do the same things 411 - Reworked identifyImage method 432 - Deprecated clone() method in favour of clone keyword 571 - Added getImageChannelRange method 596 - Addded setImageAlphaChannel method 938 - cut over deprecation reporting to a more standized and easier to use method 939 - cut over all php_error calls to standard method 1042 to use method 1043 - cut over all php_error calls to standard method
|
H A D | Imagick.stub.php | 152 public function setImageInterpolateMethod(int $method): bool {} argument 1088 public function setImageVirtualPixelMethod(int $method): bool {} argument
|
H A D | imagick_class.c | 897 PixelInterpolateMethod method = BilinearInterpolatePixel; in PHP_METHOD() local 899 status = MagickPolaroidImage(intern->magick_wand,internd->drawing_wand,caption,angle,method); in PHP_METHOD() 3939 PixelInterpolateMethod method = BilinearInterpolatePixel; in PHP_METHOD() local 3940 status = MagickWaveImage(intern->magick_wand, amplitude, wave_length, method); in PHP_METHOD() 4070 PixelInterpolateMethod method = BilinearInterpolatePixel; in PHP_METHOD() local 4071 status = MagickSpreadImage(intern->magick_wand, radius, method); in PHP_METHOD() 4108 PixelInterpolateMethod method = BilinearInterpolatePixel; in PHP_METHOD() local 4109 status = MagickSwirlImage(intern->magick_wand, degrees, method); in PHP_METHOD() 4662 PixelInterpolateMethod method = BilinearInterpolatePixel; in PHP_METHOD() local 4663 status = MagickImplodeImage(intern->magick_wand, radius, method); in PHP_METHOD()
|
H A D | Imagick_arginfo.h | 641 ZEND_ARG_TYPE_INFO(0, method, IS_LONG, 0) 643 ZEND_ARG_INFO(0, method) 4429 ZEND_ARG_TYPE_INFO(0, method, IS_LONG, 0) 4431 ZEND_ARG_INFO(0, method)
|
Completed in 96 milliseconds