Searched refs:stbi__gif_parse_colortable (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 6237 static void stbi__gif_parse_colortable(stbi__context *s, stbi_uc pal[256][4], int num_entries, int … in stbi__gif_parse_colortable() function 6271 stbi__gif_parse_colortable(s,g->pal, 2 << (g->flags & 7), -1); in stbi__gif_header() 6519 …stbi__gif_parse_colortable(s,g->lpal, 2 << (g->lflags & 7), g->eflags & 0x01 ? g->transparent : -1… in stbi__gif_load_next()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 6237 static void stbi__gif_parse_colortable(stbi__context *s, stbi_uc pal[256][4], int num_entries, int … in stbi__gif_parse_colortable() function 6271 stbi__gif_parse_colortable(s,g->pal, 2 << (g->flags & 7), -1); in stbi__gif_header() 6519 …stbi__gif_parse_colortable(s,g->lpal, 2 << (g->lflags & 7), g->eflags & 0x01 ? g->transparent : -1… in stbi__gif_load_next()
|