Searched defs:transparent_index (Results 1 – 3 of 3) sorted by relevance
| /external/webp/examples/ |
| 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()
|
| D | gif2webp.c | 46 static int transparent_index = GIF_INDEX_INVALID; // Opaque by default. variable
|
| D | anim_util.c | 398 const int transparent_index = GetTransparentIndexGIF(gif); in GetBackgroundColorGIF() local
|