WBMP_BLACK        109 libgd/gd_wbmp.c 				wbmp->bitmap[pos] = WBMP_BLACK;
WBMP_BLACK        222 libgd/wbmp.c   		      wbmp->bitmap[pos] = WBMP_BLACK;
WBMP_BLACK        271 libgd/wbmp.c   	  octet |= ((wbmp->bitmap[row * wbmp->width + col] == 1) ? WBMP_WHITE : WBMP_BLACK) << --bitpos;
WBMP_BLACK        314 libgd/wbmp.c   	  if (wbmp->bitmap[wbmp->width * row + col] == WBMP_BLACK)