Searched defs:black (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_wbmp.c | 132 int black, white; local 147 black = gdImageColorAllocate(im, 0, 0, 0); 149 /* fill in image (in a wbmp 1 = white/ 0 = black) */ 156 gdImageSetPixel(im, col, row, black);
|
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 2580 /* When called from imagewbmp() the quality parameter stands for the foreground color. Default: black. */ 4389 int white, black; local 4408 black = gdImageColorAllocate(im_dest, 0, 0, 0); 4409 if (black == -1) { 4423 color = black; 4430 gdImageWBMPCtx (im_dest, black, out); 4449 int white, black; local 4579 black = gdImageColorAllocate(im_dest, 0, 0, 0); 4580 if (black == -1) { 4592 color = black; [all...] |
Completed in 9 milliseconds