WBMP_WHITE        100 ext/gd/libgd/gd_wbmp.c 	if ((wbmp = createwbmp (gdImageSX (image), gdImageSY (image), WBMP_WHITE)) == NULL) {
WBMP_WHITE        153 ext/gd/libgd/gd_wbmp.c 			if (wbmp->bitmap[pos++] == WBMP_WHITE) {
WBMP_WHITE        218 ext/gd/libgd/wbmp.c 		      wbmp->bitmap[pos] = WBMP_WHITE;
WBMP_WHITE        271 ext/gd/libgd/wbmp.c 	  octet |= ((wbmp->bitmap[row * wbmp->width + col] == 1) ? WBMP_WHITE : WBMP_BLACK) << --bitpos;