Home
last modified time | relevance | path

Searched refs:transparent_index (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dgifdec.c46 if (transparent_index != GIF_INDEX_INVALID && in GIFGetBackgroundColor()
47 bgcolor_index == transparent_index) { in GIFGetBackgroundColor()
66 int* const transparent_index) { in GIFReadGraphicsExtension() argument
85 *transparent_index = in GIFReadGraphicsExtension()
91 int len, int transparent_index, uint32_t* dst) { in Remap() argument
101 if (src[i] == transparent_index) { in Remap()
113 int GIFReadFrame(GifFileType* const gif, int transparent_index, in GIFReadFrame() argument
330 (void)transparent_index; in GIFGetBackgroundColor()
337 int* const transparent_index) { in GIFReadGraphicsExtension() argument
341 (void)transparent_index; in GIFReadGraphicsExtension()
[all …]
A Dgifdec.h64 int bgcolor_index, int transparent_index,
72 int* const transparent_index);
77 int GIFReadFrame(struct GifFileType* const gif, int transparent_index,
A Dgif2webp.c45 static int transparent_index = GIF_INDEX_INVALID; // Opaque by default. variable
322 transparent_index, in main()
342 if (!GIFReadFrame(gif, transparent_index, &gif_rect, &frame)) { in main()
377 transparent_index = GIF_INDEX_INVALID; in main()
394 &transparent_index)) { in main()
A Danim_util.c398 const int transparent_index = GetTransparentIndexGIF(gif); in GetBackgroundColorGIF() local
400 if (transparent_index != NO_TRANSPARENT_COLOR && in GetBackgroundColorGIF()
401 gif->SBackGroundColor == transparent_index) { in GetBackgroundColorGIF()

Completed in 7 milliseconds