/imagick/tests/ |
H A D | 173_ImagickDraw_bezier_basic.phpt | 27 array('x' => 10.0 * 5, 'y' => 10.0 * 5), 28 array('x' => 30.0 * 5, 'y' => 90.0 * 5), 29 array('x' => 25.0 * 5, 'y' => 10.0 * 5), 47 array('x' => 10 * 5, 'y' => 10 * 5), 48 array('x' => 30 * 5, 'y' => 90 * 5), 49 array('x' => 25 * 5, 'y' => 10 * 5), 50 array('x' => 50 * 5, 'y' => 50 * 5), 53 array('x' => 50 * 5, 'y' => 50 * 5), 54 array('x' => 80 * 5, 'y' => 50 * 5), 55 array('x' => 70 * 5, 'y' => 10 * 5), [all …]
|
H A D | 219_ImagickDraw_setStrokeLineJoin_basic.phpt | 25 for ($x = 0; $x < count($lineJoinStyle); $x++) { 26 $draw->setStrokeLineJoin($lineJoinStyle[$x]); 28 array('x' => 40 * 5, 'y' => 10 * 5 + $x * $offset), 29 array('x' => 20 * 5, 'y' => 20 * 5 + $x * $offset), 30 array('x' => 70 * 5, 'y' => 50 * 5 + $x * $offset), 31 array('x' => 40 * 5, 'y' => 10 * 5 + $x * $offset),
|
H A D | 105_Imagick_raiseImage_basic.phpt | 13 $x = 10; 17 function raiseImage($width, $height, $x, $y, $raise) { 21 //x and y do nothing? 22 $imagick->raiseImage($width, $height, $x, $y, $raise); 27 raiseImage($width, $height, $x, $y, $raise) ;
|
H A D | 259_Imagick_colorPoints_basic.phpt | 34 im_check($color['x']);im_check($color['y']); 37 im_check($color['x']);im_check($color['y']); 40 im_check($color['x']);im_check($color['y']); 43 im_check($color['x']);im_check($color['y']); 52 im_check($color['x']);im_check($color['y']);im_check($color['z']); 55 im_check($color['x']);im_check($color['y']);im_check($color['z']); 58 im_check($color['x']);im_check($color['y']);im_check($color['z']); 61 im_check($color['x']);im_check($color['y']);im_check($color['z']);
|
H A D | 266_ImagickDraw_getFontResolution_basic.phpt | 29 if (isset($fontResolution["x"]) == false || isset($fontResolution["y"]) == false) { 34 if ($fontResolution["x"] < 8 || $fontResolution["x"] > 100) { 35 echo "Font resolution x outside expected range: ".$fontResolution["x"]."\n"; 46 if (abs($fontResolution["x"] - $resolutionToSet) > 0.0001) { 47 echo "Font resolution x after set is not $resolutionToSet instead: ".$fontResolution["x"]."\n";
|
H A D | 167_Imagick_vignetteImage_basic.phpt | 13 $x = 10; 16 function vignetteImage($blackPoint, $whitePoint, $x, $y) { 19 $imagick->vignetteImage($blackPoint, $whitePoint, $x, $y); 24 vignetteImage($blackPoint, $whitePoint, $x, $y) ;
|
H A D | 075_Imagick_floodFillPaintImage_basic.phpt | 14 $x = 260; 19 function floodFillPaintImage($fillColor, $fuzz, $targetColor, $x, $y, $inverse, $channel) { 27 $x, $y, 35 floodFillPaintImage($fillColor, $fuzz, $targetColor, $x, $y, $inverse, $channel) ;
|
H A D | 186_ImagickDraw_polygon_basic.phpt | 23 array('x' => 40 * 5, 'y' => 10 * 5), 24 array('x' => 20 * 5, 'y' => 20 * 5), 25 array('x' => 70 * 5, 'y' => 50 * 5), 26 array('x' => 60 * 5, 'y' => 15 * 5),
|
H A D | 184_ImagickDraw_polyline_basic.phpt | 22 array('x' => 40 * 5, 'y' => 10 * 5), 23 array('x' => 20 * 5, 'y' => 20 * 5), 24 array('x' => 70 * 5, 'y' => 50 * 5), 25 array('x' => 60 * 5, 'y' => 15 * 5)
|
H A D | 251_ImagickPixelIterator_setIteratorRow_basic.phpt | 17 for ($x = 0; $x < 20; $x++) { 18 $imageIterator->setIteratorRow($x * 5);
|
H A D | 064_cropThumbNailImage.phpt | 47 …// Thumbnail size of 249 x 250 does not matched desired size 250 x 250 for source image of 1128 x … 63 …"Thumbnail size of %d x %d does not matched expected size %d x %d for source image of %d x %d. Leg…
|
H A D | 185_ImagickDraw_point_basic.phpt | 18 for ($x = 0; $x < 10000; $x++) {
|
H A D | 188_ImagickDraw_pushPattern_basic.phpt | 25 for ($x = 0; $x < 50; $x += 10) { 27 $positionX = $x + (($y / 5) % 5);
|
H A D | 193_ImagickDraw_pushPattern_basic.phpt | 25 for ($x = 0; $x < 50; $x += 10) { 27 $positionX = $x + (($y / 5) % 5);
|
H A D | 203_ImagickDraw_setFillRule_basic.phpt | 27 for ($x = 0; $x < 2; $x++) { 28 $draw->setFillRule($fillRules[$x]);
|
H A D | skipif.inc | 18 "skip ImageMagick installed %x <= required %x", 38 "skip ImageMagick installed %x >= limit check %x", 58 "skip ImageMagick installed %x >= %x",
|
H A D | 127_Imagick_progressMonitor_basic.phpt | 25 static $x = 0; 34 $debug .= "$x: nowTime $nowTime - startTime $startTime".PHP_EOL; 35 $x++;
|
H A D | 217_ImagickDraw_setStrokeMiterLimit_basic.phpt | 30 array('x' => 22 * 3, 'y' => 15 * 4 + $y * $yOffset), 31 array('x' => 20 * 3, 'y' => 20 * 4 + $y * $yOffset), 32 array('x' => 70 * 5, 'y' => 45 * 4 + $y * $yOffset),
|
H A D | 011_polygon.phpt | 13 array('x' => 1, 'y' => 2), 14 array('x' => 'hello', 'y' => array())
|
H A D | 229_Tutorial_fxAnalyzeImage_case1.phpt | 45 $x = 0; 50 $points[] = array('x' => $x, 'y' => $pos); 51 $x += 1;
|
/imagick/ |
H A D | ImagickDraw.stub.php | 102 public function translate(float $x, float $y): bool {} argument 131 public function alpha(float $x, float $y, int $paint): bool {} argument 135 public function matte(float $x, float $y, int $paint): bool {} argument 140 public function point(float $x, float $y): bool {} argument 172 float $x, argument 180 public function color(float $x, float $y, int $paint): bool {} argument 275 float $x, float $y argument 284 float $x, argument 322 float $x, argument 332 public function scale(float $x, float $y): bool {} argument [all …]
|
H A D | imagickdraw_class.c | 291 double x, y; in PHP_METHOD() local 340 double x, y; in PHP_METHOD() local 995 double x, y; in PHP_METHOD() local 1050 double x, y; in PHP_METHOD() local 1079 double x, y; in PHP_METHOD() local 1165 double x, y; in PHP_METHOD() local 1349 double x, y; local 1951 double x, y; local 1971 double x, y; local 2090 double x, y; local [all …]
|
H A D | ImagickPixelIterator.stub.php | 13 int $x, argument 46 int $x, argument
|
H A D | Imagick.stub.php | 178 int $x, argument 249 int $x, argument 310 * @param int $x 320 int $x, argument 361 * @param int $x 370 int $x, argument 553 float $x, argument 562 int $x, argument 627 public function rollImage(int $x, int $y): bool {} argument 775 int $x, argument [all …]
|
H A D | ImagickPixelIterator_arginfo.h | 38 ZEND_ARG_TYPE_INFO(0, x, IS_LONG, 0) 40 ZEND_ARG_INFO(0, x) 114 ZEND_ARG_TYPE_INFO(0, x, IS_LONG, 0) 116 ZEND_ARG_INFO(0, x)
|