/imagick/tests/ |
H A D | 244_Tutorial_psychedelicFontGif_basic.phpt | 21 $scale = 0.25; 29 $draw->setfontsize(150 * $scale); 36 $draw->setStrokeWidth($strokeWidth * 3 * $scale); 37 $draw->annotation((int)(60 * $scale), (int)(165 * $scale), $name); 43 $draw->annotation(60 * $scale, 165 * $scale, $name); 47 $imagick->newImage((int)(650 * $scale), (int)(230 * $scale), "#eee");
|
H A D | 196_ImagickDraw_scale_basic.phpt | 2 Test ImagickDraw, scale 13 function scale($strokeColor, $fillColor, $backgroundColor, $fillModifiedColor) { 21 $draw->scale(1.4, 1.4); 33 scale($strokeColor, $fillColor, $backgroundColor, $fillModifiedColor) ;
|
H A D | 234_Tutorial_edgeExtend_basic.phpt | 28 //Now scale, rotate, translate (aka affine project) it 32 ($originalWidth / $desiredWidth), 0, //Don't scale vertically
|
H A D | 055_Imagick_distortImage_ScaleRotateTransform.phpt | 16 1.5, # scale 150%
|
H A D | 081_Imagick_getImageHistogram_basic.phpt | 80 $scale = $histogramHeight / $max; 89 $draw->line($index, $offset, $index, $offset - ($value * $scale));
|
H A D | 242_Tutorial_levelizeImage_basic.phpt | 21 //Adjust the scale from black to white to the new 'distance' between black and white
|
H A D | 145_imagickkernel_coverage.phpt | 21 $kernel->scale(1, \Imagick::NORMALIZE_KERNEL_VALUE); 157 $kernel->scale(1, \Imagick::NORMALIZE_KERNEL_VALUE);
|
/imagick/ |
H A D | ImagickKernel.stub.php | 10 public function addUnityKernel(float $scale): void {} argument 20 public function scale(float $scale, ?int $normalize_kernel = null): void {} argument
|
H A D | ImagickKernel_arginfo.h | 27 ZEND_ARG_TYPE_INFO(0, scale, IS_DOUBLE, 0) 29 ZEND_ARG_INFO(0, scale) 101 ZEND_ARG_TYPE_INFO(0, scale, IS_DOUBLE, 0) 103 ZEND_ARG_INFO(0, scale) 136 ZEND_METHOD(ImagickKernel, scale); 160 ZEND_ME(ImagickKernel, scale, arginfo_class_ImagickKernel_scale, ZEND_ACC_PUBLIC)
|
H A D | imagickkernel_class.c | 820 PHP_METHOD(ImagickKernel, scale) in PHP_METHOD() argument 823 double scale; in PHP_METHOD() local 826 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "d|l", &scale, &normalize_flag) == FAILURE) { in PHP_METHOD() 832 ScaleKernelInfo(internp->kernel_info, scale, normalize_flag); in PHP_METHOD() 850 double scale; in PHP_METHOD() local 852 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "d", &scale) == FAILURE) { in PHP_METHOD() 858 UnityAddKernelInfo(internp->kernel_info, scale); in PHP_METHOD()
|
H A D | ImagickDraw.stub.php | 332 public function scale(float $x, float $y): bool {} function in ImagickDraw
|
H A D | php_imagick_defs.h | 1080 PHP_METHOD(imagickdraw, scale); 1174 PHP_METHOD(imagickkernel, scale);
|
H A D | ImagickDraw_arginfo.h | 1722 ZEND_METHOD(ImagickDraw, scale); 1898 ZEND_ME(ImagickDraw, scale, arginfo_class_ImagickDraw_scale, ZEND_ACC_PUBLIC)
|
H A D | imagickdraw_class.c | 2463 PHP_METHOD(ImagickDraw, scale) argument
|
H A D | imagick_class.c | 6850 add_assoc_long(&tmp, "scale", statistics[i].scale); 6862 add_assoc_long(&tmp, "scale", statistics[i].scale); 6877 add_assoc_long(&tmp, "scale", statistics[channels[i]].scale); 6889 add_assoc_long(&tmp, "scale", statistics[channels[i]].scale);
|