Searched refs:color2bit (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/lib/libvgl/
H A Dbitmap.c40 static int color2bit[16] = {0x00000000, 0x00000001, 0x00000100, 0x00000101, variable
72 word = (word<<1) | color2bit[line[pos++]&0x0f];

Completed in 192 milliseconds