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