Home
last modified time | relevance | path

Searched refs:WBMP_BLACK (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dwbmp.h36 #define WBMP_BLACK 0 macro
H A Dwbmp.c225 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()
H A Dgd_wbmp.c118 wbmp->bitmap[pos] = WBMP_BLACK; in _gdImageWBMPCtx()

Completed in 7 milliseconds