Home
last modified time | relevance | path

Searched defs:y2 (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/gd/libgd/
H A Dgd.c843 int x1, y1, x2, y2; in gdImageBrushApply() local
1020 static void gdImageVLine(gdImagePtr im, int x, int y1, int y2, int col) in gdImageVLine()
1040 void gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageLine()
1236 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine()
1320 void gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageDashedLine()
2086 void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageRectangle()
2163 static void _gdImageFilledHRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in _gdImageFilledHRectangle()
2207 static void _gdImageFilledVRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in _gdImageFilledVRectangle()
2251 void gdImageFilledRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageFilledRectangle()
2680 int x2, y2; in gdImageFilledPolygon() local
[all …]
/PHP-8.1/ext/gd/
H A Dgd.stub.php206 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
208 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
210 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
212 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool…
258 function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2): bool {}
H A Dgd.c2496 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2518 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2536 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2554 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3157 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local
3175 int x1, y1, x2, y2; in PHP_FUNCTION() local

Completed in 41 milliseconds