Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c46 #define BitSet(byte, bit) (((byte) & (bit)) == (bit)) macro
183 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 6 milliseconds