Searched refs:BitSet (Results 1 – 1 of 1) sorted by relevance
46 #define BitSet(byte, bit) (((byte) & (bit)) == (bit)) macro183 haveGlobalColormap = BitSet(buf[4], LOCALCOLORMAP); /* Global Colormap */ in gdImageCreateFromGifCtx()219 useGlobalColormap = ! BitSet(buf[8], LOCALCOLORMAP); in gdImageCreateFromGifCtx()237 im->interlace = BitSet(buf[8], INTERLACE); in gdImageCreateFromGifCtx()244 BitSet(buf[8], INTERLACE), &ZeroDataBlock); in gdImageCreateFromGifCtx()252 BitSet(buf[8], INTERLACE), &ZeroDataBlock); in gdImageCreateFromGifCtx()
Completed in 7 milliseconds