Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c194 #define TRANSPARENT_COLOR 0x00000000 macro
203 dst[i] = TRANSPARENT_COLOR; in ClearRectangle()
697 if (psrc[i] == pdst[i] && pdst[i] != TRANSPARENT_COLOR) { in IncreaseTransparency()
698 pdst[i] = TRANSPARENT_COLOR; in IncreaseTransparency()
706 #undef TRANSPARENT_COLOR
/third_party/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c194 #define TRANSPARENT_COLOR 0x00000000 macro
203 dst[i] = TRANSPARENT_COLOR; in ClearRectangle()
694 if (psrc[i] == pdst[i] && pdst[i] != TRANSPARENT_COLOR) { in IncreaseTransparency()
695 pdst[i] = TRANSPARENT_COLOR; in IncreaseTransparency()
703 #undef TRANSPARENT_COLOR