Searched defs:offset (Results 1 – 4 of 4) sorted by relevance
/imagick/ |
H A D | imagick_helpers.c | 26 MagickBooleanType php_imagick_progress_monitor(const char *text, const MagickOffsetType offset, con… in php_imagick_progress_monitor() 66 …nType php_imagick_progress_monitor_callable(const char *text, const MagickOffsetType offset, const… in php_imagick_progress_monitor_callable()
|
H A D | Imagick.stub.php | 52 public function setSizeOffset(int $columns, int $rows, int $offset): bool {} 433 public function smushImages(bool $stack, int $offset): Imagick {} 592 public function adaptiveThresholdImage(int $width, int $height, int $offset): bool {} 715 public function steganoImage(Imagick $watermark, int $offset): Imagick {} 1269 …public function subimageMatch(Imagick $image, ?array &$offset = null, ?float &$similarity = null, … 1272 …public function similarityimage(Imagick $image, ?array &$offset = null, ?float &$similarity = null…
|
H A D | imagickdraw_class.c | 1645 double offset; local 2665 double offset; local
|
H A D | imagick_class.c | 444 ssize_t offset; in PHP_METHOD() local 469 im_long columns, rows, offset; in PHP_METHOD() local 3163 long offset; in PHP_METHOD() local 10517 im_long width, height, offset; local 10675 im_long offset; local
|
Completed in 58 milliseconds