Searched defs:y1 (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd.c | 667 static int clip_1d(int *x0, int *y0, int *x1, int *y1, int maxdim) { in clip_1d() 793 int x1, y1, x2, y2; in gdImageBrushApply() local 1069 static void gdImageVLine(gdImagePtr im, int x, int y1, int y2, int col) in gdImageVLine() 1089 void gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageLine() 1285 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine() 1396 void gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageDashedLine() 2030 void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageRectangle() 2106 void gdImageFilledRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageFilledRectangle() 2613 int x1, y1; in gdImageFilledPolygon() local 2972 void gdImageSetClip (gdImagePtr im, int x1, int y1, int x2, int y2) in gdImageSetClip()
|
H A D | gdft.c | 786 int x1 = 0, y1 = 0; local
|
/PHP-5.3/ext/date/lib/ |
H A D | dow.c | 36 timelib_sll c1, y1, m1, dow; in timelib_day_of_week_ex() local
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 3192 long x1, y1, x2, y2, col; in PHP_FUNCTION() local 3218 long x1, y1, x2, y2, col; in PHP_FUNCTION() local 3236 long x1, y1, x2, y2, col; in PHP_FUNCTION() local 3254 long x1, y1, x2, y2, col; in PHP_FUNCTION() local 4362 int x1, y1, x2, y2, x3, y3, x4, y4; in PHP_FUNCTION() local
|
Completed in 25 milliseconds