Searched defs:transparent_index (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | gifdec.c | 44 int bgcolor_index, int transparent_index, in GIFGetBackgroundColor() 66 int* const transparent_index) { in GIFReadGraphicsExtension() 91 int len, int transparent_index, uint32_t* dst) { in Remap() 113 int GIFReadFrame(GifFileType* const gif, int transparent_index, in GIFReadFrame() 326 int bgcolor_index, int transparent_index, in GIFGetBackgroundColor() 337 int* const transparent_index) { in GIFReadGraphicsExtension() 346 int GIFReadFrame(struct GifFileType* const gif, int transparent_index, in GIFReadFrame()
|
A D | gif2webp.c | 45 static int transparent_index = GIF_INDEX_INVALID; // Opaque by default. variable
|
A D | anim_util.c | 398 const int transparent_index = GetTransparentIndexGIF(gif); in GetBackgroundColorGIF() local
|
Completed in 9 milliseconds