Searched defs:white (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_wbmp.c | 132 int black, white; local 145 white = gdImageColorAllocate(im, 255, 255, 255); 149 /* fill in image (in a wbmp 1 = white/ 0 = black) */ 154 gdImageSetPixel(im, col, row, white);
|
| H A D | gddemo.c | 20 int white; local 31 white = gdImageColorAllocate (im_out, 255, 255, 255); 34 gdImageColorTransparent (im_out, white);
|
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 2902 Get the index of the color which has the hue, white and blackness nearest to the given color */ 4389 int white, black; local 4402 white = gdImageColorAllocate(im_dest, 255, 255, 255); 4403 if (white == -1) { 4425 color = white; 4449 int white, black; local 4573 white = gdImageColorAllocate(im_dest, 255, 255, 255); 4574 if (white == -1) { 4594 color = white;
|
Completed in 10 milliseconds