Searched refs:MakeARGB32 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_tools.c17 static WEBP_INLINE uint32_t MakeARGB32(int r, int g, int b) { function
180 const uint32_t background = MakeARGB32(red, green, blue);
192 argb[x] = MakeARGB32(r, g, b);
H A Dpicture_csp.c31 static WEBP_INLINE uint32_t MakeARGB32(int a, int r, int g, int b) { function
356 dst[x] = MakeARGB32(import_alpha ? a_ptr[offset] : 0xff,
/external/webp/src/enc/
H A Dpicture_tools.c17 static WEBP_INLINE uint32_t MakeARGB32(int r, int g, int b) { function
180 const uint32_t background = MakeARGB32(red, green, blue);
192 argb[x] = MakeARGB32(r, g, b);
H A Dpicture_csp.c31 static WEBP_INLINE uint32_t MakeARGB32(int a, int r, int g, int b) { function
356 dst[x] = MakeARGB32(import_alpha ? a_ptr[offset] : 0xff,

Completed in 674 milliseconds