Searched defs:color (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_color.c | 19 int color, rgb; in gdImageColorMatch() local
|
H A D | gd.c | 583 void gdImageColorDeallocate (gdImagePtr im, int color) in gdImageColorDeallocate() 592 void gdImageColorTransparent (gdImagePtr im, int color) in gdImageColorTransparent() 716 void gdImageSetPixel (gdImagePtr im, int x, int y, int color) in gdImageSetPixel() 1009 int color = im->AA_color, color_red, color_green, color_blue; in gdImageAABlend() local 1089 void gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageLine() 1396 void gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) in gdImageDashedLine() 1538 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar() 1564 void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageCharUp() 1664 void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) in gdImageArc() 1756 void gdImageFillToBorder (gdImagePtr im, int x, int y, int border, int color) in gdImageFillToBorder() [all …]
|
H A D | wbmp.c | 111 createwbmp (int width, int height, int color) in createwbmp()
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 1750 long cx, cy, w, h, color; in PHP_FUNCTION() local 2119 long color; in PHP_FUNCTION() local 3073 long color, red, green, blue; in PHP_FUNCTION() local 3302 long cx, cy, w, h, color; in PHP_FUNCTION() local 3568 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup() 4490 int color, color_org, median; in _php_image_bw_convert() local 4554 int color, color_org, median; in _php_image_convert() local
|
Completed in 43 milliseconds