Searched defs:height (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 {} 323 int $height, 356 public function houghLineImage(int $width, int $height, float $threshold): bool {} 373 int $height, 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 {} 841 int $height, 1198 public function setPage(int $width, int $height, int $x, int $y): bool {} [all …]
|
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 7196 long height; local 7354 size_t width, height; local 10439 im_long width, height; local 11598 size_t width, height; local [all …]
|
H A D | ImagickDraw.stub.php | 175 float $height, 325 float $height
|
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 | shim_im6_to_im7.c | 822 const size_t height) { in MagickStatisticImageChannel()
|
H A D | imagickdraw_class.c | 1318 double x, y, width, height; local 2394 double x, y, width, height; local
|
Completed in 54 milliseconds