Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd.c804 int x1, y1, x2, y2; in gdImageBrushApply() local
1082 static void gdImageVLine(gdImagePtr im, int x, int y1, int y2, int col) in gdImageVLine()
1102 void gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageLine()
1298 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine()
1376 void gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageDashedLine()
2025 void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageRectangle()
2106 static void _gdImageFilledHRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in _gdImageFilledHRectangle()
2150 static void _gdImageFilledVRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in _gdImageFilledVRectangle()
2194 void gdImageFilledRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageFilledRectangle()
2641 int x2, y2; in gdImageFilledPolygon() local
[all …]
/PHP-5.6/ext/gd/
H A Dgd.c3144 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3170 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3188 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3206 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
4309 int x1, y1, x2, y2, x3, y3, x4, y4; in PHP_FUNCTION() local

Completed in 30 milliseconds