Searched refs:bgindex (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 | 6206 int flags, bgindex, ratio, transparent, eflags; member 6262 g->bgindex = stbi__get8(s); in stbi__gif_header() 6531 if (first_frame && (g->bgindex > 0)) { in stbi__gif_load_next() 6535 …g->pal[g->bgindex][3] = 255; // just in case it was made transparent, undo that; It will be reset … in stbi__gif_load_next() 6536 memcpy( &g->out[pi * 4], &g->pal[g->bgindex], 4 ); in stbi__gif_load_next()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 6206 int flags, bgindex, ratio, transparent, eflags; member 6262 g->bgindex = stbi__get8(s); in stbi__gif_header() 6531 if (first_frame && (g->bgindex > 0)) { in stbi__gif_load_next() 6535 …g->pal[g->bgindex][3] = 255; // just in case it was made transparent, undo that; It will be reset … in stbi__gif_load_next() 6536 memcpy( &g->out[pi * 4], &g->pal[g->bgindex], 4 ); in stbi__gif_load_next()
|