Home | History | Annotate | Download | only in gdx2d

Lines Matching full:lflags

5485    int lflags;
5745 g->lflags = stbi__get8(s);
5747 if (g->lflags & 0x40) {
5755 if (g->lflags & 0x80) {
5756 stbi__gif_parse_colortable(s,g->lpal, 2 << (g->lflags & 7), g->eflags & 0x01 ? g->transparent : -1);