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