Home
last modified time | relevance | path

Searched refs:y2 (Results 1 – 12 of 12) sorted by relevance

/php-src/Zend/tests/
H A Dlist_mixed_nested_keyed_unkeyed.phpt11 list(list("x" => $x1, "y" => $y1), list("x" => $x2, "y" => $y2)) = $points;
12 var_dump($x1, $y1, $x2, $y2);
21 list("x" => list($x1, $x2), "y" => list($y1, $y2)) = $invertedPoints;
22 var_dump($x1, $y1, $x2, $y2);
H A Dbug35239.phpt9 $a->x0->y2 =& $a->x0;
23 ["y2"]=>
/php-src/ext/gd/tests/
H A Dbug53156.phpt21 function draw_and_check_rectangle($x1, $y1, $x2, $y2)
26 imagerectangle($img, $x1, $y1, $x2, $y2, $black);
28 $y = ($y1 + $y2) / 2;
31 draw_and_check_pixel($x, $y2);
H A Dimagegammacorrect_variation2.phpt48 $y2 = $y1 + 119;
50 imagefilledrectangle($im, $x1,$y1, $x2,$y2, $color);
/php-src/ext/gd/libgd/
H A Dgd.c999 y2 = t; in gdImageVLine()
1066 y = y2; in gdImageLine()
1129 y = y2; in gdImageLine()
1318 y = y2; in gdImageDashedLine()
1366 y = y2; in gdImageDashedLine()
2068 y1 = y2; in gdImageRectangle()
2069 y2 = t; in gdImageRectangle()
2126 gdImageLine(im, x1, y2, x2, y2, color); in gdImageRectangle()
2151 y2 = y; in _gdImageFilledHRectangle()
2195 y2 = y; in _gdImageFilledVRectangle()
[all …]
H A Dgd.h425 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
426 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
430 void gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
433 void gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
435 void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
436 void gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2);
/php-src/ext/gd/
H A Dgd.stub.php668 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
670 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
672 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
674 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool… argument
720 function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2): bool {} argument
H A Dgd.c2342 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2355 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
2364 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2382 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2391 gdImageRectangle(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
2400 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3002 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local
3010 gdImageSetClip(im, x1, y1, x2, y2); in PHP_FUNCTION()
3020 int x1, y1, x2, y2; in PHP_FUNCTION() local
3028 gdImageGetClip(im, &x1, &y1, &x2, &y2); in PHP_FUNCTION()
[all …]
H A Dgd_arginfo.h349 ZEND_ARG_TYPE_INFO(0, y2, IS_LONG, 0)
471 ZEND_ARG_TYPE_INFO(0, y2, IS_LONG, 0)
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m4874 auto [ x2, y2 ] = f2();
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます13931 # unused assembler instructions short JMP y2;NOP;NOP
13946 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP
H A Dmagic13931 # unused assembler instructions short JMP y2;NOP;NOP
13946 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP

Completed in 223 milliseconds