Home
last modified time | relevance | path

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

/external/webp/src/mux/
Danim_encode.c194 #define TRANSPARENT_COLOR 0x00000000 macro
203 dst[i] = TRANSPARENT_COLOR; in ClearRectangle()
696 if (psrc[i] == pdst[i] && pdst[i] != TRANSPARENT_COLOR) { in IncreaseTransparency()
697 pdst[i] = TRANSPARENT_COLOR; in IncreaseTransparency()
705 #undef TRANSPARENT_COLOR