Searched refs:WBMP_BLACK (Results 1 – 3 of 3) sorted by relevance
222 wbmp->bitmap[pos] = WBMP_BLACK; in readwbmp()271 octet |= ((wbmp->bitmap[row * wbmp->width + col] == 1) ? WBMP_WHITE : WBMP_BLACK) << --bitpos; in writewbmp()314 if (wbmp->bitmap[wbmp->width * row + col] == WBMP_BLACK) in printwbmp()
36 #define WBMP_BLACK 0 macro
109 wbmp->bitmap[pos] = WBMP_BLACK; in gdImageWBMPCtx()
Completed in 9 milliseconds