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