Home
last modified time | relevance | path

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

/freebsd/lib/libvgl/
H A Dbitmap.c39 static int color2bit[16] = {0x00000000, 0x00000001, 0x00000100, 0x00000101, variable
71 word = (word<<1) | color2bit[line[pos++]&0x0f]; in WriteVerticalLine()