Searched refs:BitSet (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkImgGIF.c | 58 #define BitSet(byte, bit) (((byte) & (bit)) == (bit)) macro 181 if (BitSet(buf[0], LOCALCOLORMAP)) { /* Global Colormap */ 259 useGlobalColormap = ! BitSet(buf[8], LOCALCOLORMAP); 270 fileHeight, localColorMap, BitSet(buf[8], INTERLACE), 276 fileHeight, colorMap, BitSet(buf[8], INTERLACE),
|
Completed in 11 milliseconds