Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_wbmp.c100 if ((wbmp = createwbmp (gdImageSX (image), gdImageSY (image), WBMP_WHITE)) == NULL) { in gdImageWBMPCtx()
153 if (wbmp->bitmap[pos++] == WBMP_WHITE) { in gdImageCreateFromWBMPCtx()
H A Dwbmp.h35 #define WBMP_WHITE 1 macro
H A Dwbmp.c218 wbmp->bitmap[pos] = WBMP_WHITE; in readwbmp()
271 octet |= ((wbmp->bitmap[row * wbmp->width + col] == 1) ? WBMP_WHITE : WBMP_BLACK) << --bitpos; in writewbmp()

Completed in 11 milliseconds