HomeSort by relevance Sort by last modified time
    Searched refs:MakeARGB32 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
picture_tools.c 17 static WEBP_INLINE uint32_t MakeARGB32(int r, int g, int b) {
180 const uint32_t background = MakeARGB32(red, green, blue);
192 argb[x] = MakeARGB32(r, g, b);
picture_csp.c 31 static WEBP_INLINE uint32_t MakeARGB32(int a, int r, int g, int b) {
356 dst[x] = MakeARGB32(import_alpha ? a_ptr[offset] : 0xff,
  /external/webp/src/enc/
picture_tools.c 17 static WEBP_INLINE uint32_t MakeARGB32(int r, int g, int b) {
180 const uint32_t background = MakeARGB32(red, green, blue);
192 argb[x] = MakeARGB32(r, g, b);
picture_csp.c 31 static WEBP_INLINE uint32_t MakeARGB32(int a, int r, int g, int b) {
356 dst[x] = MakeARGB32(import_alpha ? a_ptr[offset] : 0xff,

Completed in 205 milliseconds