Home
last modified time | relevance | path

Searched defs:transparent_index (Results 1 – 3 of 3) sorted by relevance

/external/webp/examples/
Dgifdec.c44 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()
Dgif2webp.c46 static int transparent_index = GIF_INDEX_INVALID; // Opaque by default. variable
Danim_util.c398 const int transparent_index = GetTransparentIndexGIF(gif); in GetBackgroundColorGIF() local