Home
last modified time | relevance | path

Searched refs:y2 (Results 1 – 11 of 11) sorted by last modified time

/PHP-7.4/ext/gd/
H A Dgd.c522 ZEND_ARG_INFO(0, y2)
531 ZEND_ARG_INFO(0, y2)
540 ZEND_ARG_INFO(0, y2)
549 ZEND_ARG_INFO(0, y2)
728 ZEND_ARG_INFO(0, y2)
3256 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3281 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3302 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3323 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3984 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1029 y2 = t; in gdImageVLine()
1096 y = y2; in gdImageLine()
1159 y = y2; in gdImageLine()
1348 y = y2; in gdImageDashedLine()
1396 y = y2; in gdImageDashedLine()
2098 y1 = y2; in gdImageRectangle()
2099 y2 = t; in gdImageRectangle()
2156 gdImageLine(im, x1, y2, x2, y2, color); in gdImageRectangle()
2181 y2 = y; in _gdImageFilledHRectangle()
2225 y2 = y; in _gdImageFilledVRectangle()
[all …]
H A Dgd.h421 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
422 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
426 void gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
429 void gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
431 void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
432 void gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2);
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4859 auto [ x2, y2 ] = f2();
/PHP-7.4/ext/gd/tests/
H A Dimagegammacorrect_variation2.phpt44 $y2 = $y1 + 119;
46 imagefilledrectangle($im, $x1,$y1, $x2,$y2, $color);
H A Dimagedashedline_basic.phpt10 /* Prototype : bool imagedashedline ( resource $image , int $x1 , int $y1 , int $x2 , int $y2
H A Dbug53156.phpt20 function draw_and_check_rectangle($x1, $y1, $x2, $y2)
25 imagerectangle($img, $x1, $y1, $x2, $y2, $black);
27 $y = ($y1 + $y2) / 2;
30 draw_and_check_pixel($x, $y2);
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます11537 # unused assembler instructions short JMP y2;NOP;NOP
11552 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP
H A Dmagic11537 # unused assembler instructions short JMP y2;NOP;NOP
11552 # unused assembler instructions JMP y2;NOP;NOP or JMP C000;NOP
/PHP-7.4/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"]=>

Completed in 199 milliseconds