Searched defs:width (Results 1 – 6 of 6) sorted by relevance
/imagick/ |
H A D | Imagick.stub.php | 162 public function extentImage(int $width, int $height, int $x, int $y): bool {} 322 int $width, 356 public function houghLineImage(int $width, int $height, float $threshold): bool {} 372 int $width, 535 public function cropImage(int $width, int $height, int $x, int $y): bool {} 665 public function setImagePage(int $width, int $height, int $x, int $y): bool {} 692 public function spliceImage(int $width, int $height, int $x, int $y): bool {} 756 public function chopImage(int $width, int $height, int $x, int $y): bool {} 840 int $width, 1198 public function setPage(int $width, int $height, int $x, int $y): bool {} [all …]
|
H A D | ImagickDraw.stub.php | 33 public function setStrokeWidth(float $width): bool {} 174 float $width, 324 float $width,
|
H A D | imagick_class.c | 1177 im_long width, height, x, y; in PHP_METHOD() local 2379 im_long x, y, width, height; in PHP_METHOD() local 2502 im_long width, height; in PHP_METHOD() local 4024 im_long width, height, x, y; in PHP_METHOD() local 4189 im_long width, height, x, y; in PHP_METHOD() local 6490 long width,height; local 7354 size_t width, height; local 7774 unsigned long width; local 10439 im_long width, height; local 11598 size_t width, height; local [all …]
|
H A D | imagickkernel_class.c | 157 static KernelInfo *imagick_createKernel(KernelValueType *values, size_t width, size_t height, size_… in imagick_createKernel()
|
H A D | imagickdraw_class.c | 506 double width; in PHP_METHOD() local 1318 double x, y, width, height; local 1740 double width; local 2394 double x, y, width, height; local
|
H A D | shim_im6_to_im7.c | 821 const ChannelType channel,const StatisticType type,const size_t width, in MagickStatisticImageChannel()
|
Completed in 93 milliseconds