Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_tools.c17 static WEBP_INLINE uint32_t MakeARGB32(int r, int g, int b) { in MakeARGB32() function
180 const uint32_t background = MakeARGB32(red, green, blue); in WebPBlendAlpha()
192 argb[x] = MakeARGB32(r, g, b); in WebPBlendAlpha()
Dpicture_csp.c35 static WEBP_INLINE uint32_t MakeARGB32(int a, int r, int g, int b) { in MakeARGB32() function
1075 dst[x] = MakeARGB32(import_alpha ? a_ptr[offset] : 0xff, in Import()