Home
last modified time | relevance | path

Searched defs:y1 (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/gd/libgd/
H A Dgd.c714 static int clip_1d(int *x0, int *y0, int *x1, int *y1, int maxdim) { in clip_1d()
843 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()
2251 void gdImageFilledRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageFilledRectangle()
2679 int x1, y1; in gdImageFilledPolygon() local
[all …]
H A Dgdft.c840 int x1 = 0, y1 = 0; local
H A Dgd_interpolation.c2195 int x1,y1; in gdImageClipRectangle() local
/PHP-8.3/ext/gd/
H A Dgd.stub.php668 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
670 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
672 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {}
674 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool…
720 function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2): bool {}
H A Dgd.c2342 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2364 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2382 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2400 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3002 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local
3020 int x1, y1, x2, y2; in PHP_FUNCTION() local
/PHP-8.3/ext/date/lib/
H A Ddow.c50 timelib_sll c1, y1, m1, dow; in timelib_day_of_week_ex() local
/PHP-8.3/ext/random/
H A Dphp_random.h138 y1 = num2.lo >> 32, in php_random_uint128_multiply() local

Completed in 42 milliseconds