Home
last modified time | relevance | path

Searched refs:gdImageDashedLine (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/main/
H A Dphp_compat.h253 #define gdImageDashedLine php_gd_gdImageDashedLine macro
/PHP-5.6/ext/gd/libgd/
H A Dgd.h428 void gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
H A Dgd.c1376 void gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageDashedLine() function
/PHP-5.6/ext/gd/
H A Dgd.c3178 gdImageDashedLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()

Completed in 65 milliseconds