Searched refs:legacy (Results 1 – 8 of 8) sorted by relevance
/imagick/tests/ |
H A D | 064_cropThumbNailImage.phpt | 22 foreach($legacySettings as $legacy) { 29 $legacy 44 if ($legacy == true && 67 $legacy
|
H A D | 043_Imagick_colorizeImage_basic.phpt | 30 // TODO - legacy mode of setting fraction as transparency needs 34 if (strlen($bytes) <= 0) { echo "Failed to generate image for legacy mode.";}
|
/imagick/ |
H A D | php_imagick_helpers.h | 27 … desired_width, im_long desired_height, im_long *new_width, im_long *new_height, zend_bool legacy);
|
H A D | Imagick.stub.php | 44 bool $legacy = false): bool {} argument 463 …public function scaleImage(int $columns, int $rows, bool $bestfit = false, bool $legacy = false): … argument 477 bool $legacy = false): bool {} argument 479 public function cropThumbnailImage(int $width, int $height, bool $legacy = false): bool {} argument 625 bool $legacy = false): bool {} argument 754 bool $legacy = false): array {} argument 785 ?bool $legacy = false ): bool {} argument 1108 bool $legacy = false argument
|
H A D | imagick_class.c | 353 zend_bool legacy = 0; in PHP_METHOD() local 3991 zend_bool legacy = 0; in PHP_METHOD() local 5974 zend_bool legacy = 0; local 5989 if (legacy) { 7927 zend_bool legacy argument 7938 if (legacy) { 7946 if (legacy) { 7989 legacy 8024 legacy 9064 if (legacy) { [all …]
|
H A D | Imagick_arginfo.h | 219 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, legacy, _IS_BOOL, 0, "false") 221 ZEND_ARG_INFO(0, legacy) 1904 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, legacy, _IS_BOOL, 0, "false") 1906 ZEND_ARG_INFO(0, legacy) 2005 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, legacy, _IS_BOOL, 0, "false") 2007 ZEND_ARG_INFO(0, legacy) 2035 ZEND_ARG_INFO(0, legacy) 2661 ZEND_ARG_INFO(0, legacy) 3294 ZEND_ARG_INFO(0, legacy) 3391 ZEND_ARG_INFO(0, legacy) [all …]
|
H A D | imagick_helpers.c | 175 …g desired_width, im_long desired_height, im_long *new_width, im_long *new_height, zend_bool legacy) in php_imagick_thumbnail_dimensions() argument 204 if (legacy) { in php_imagick_thumbnail_dimensions() 212 if (legacy) { in php_imagick_thumbnail_dimensions() 232 if (legacy) { in php_imagick_thumbnail_dimensions() 241 if (legacy) { in php_imagick_thumbnail_dimensions()
|
H A D | ChangeLog | 132 …upport for the new spelling has been added. The old constants are left in place for legacy support. 207 An additional parameter has been added to each of them, 'bool $legacy'. If legacy 212 It is now fixed and the legacy behaviour can still be used by passing a 3rd 213 parameter of `true` to the function to indicate that the legacy behaviour is
|
Completed in 97 milliseconds