Home
last modified time | relevance | path

Searched refs:method (Results 1 – 11 of 11) sorted by relevance

/imagick/tests/
H A Dskipif.inc68 foreach ($methods as $method) {
69 if (method_exists($class, $method) == false) {
70 die("skip Class method $class::$method not present");
H A D275_ImagickPixel_unitializedObjects.phpt73 foreach ($methods as $method) {
74 $allMethods[] = strtolower($method->getName());
H A D011_polygon.phpt2 Test polygon method arguments
H A D012-clone-separation.phpt23 %s: Imagick::clone method is deprecated and it's use should be avoided in %s on line %d
H A D061_Imagick_distortImage_Barrel.phpt14 // The arguments needed for the 'Barrel' distort method. Generally you supply
/imagick/
H A Dshim_im6_to_im7.h26 …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 Dshim_im6_to_im7.c592 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 DChangeLog3 - 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 DImagick.stub.php152 public function setImageInterpolateMethod(int $method): bool {} argument
1088 public function setImageVirtualPixelMethod(int $method): bool {} argument
H A Dimagick_class.c897 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 DImagick_arginfo.h641 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 103 milliseconds