HomeSort by relevance Sort by last modified time
    Searched defs:alpha_first (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
io.c 220 const int alpha_first = local
226 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
241 WebPApplyAlphaMultiply(base_rgba, alpha_first,
412 const int alpha_first = local
414 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
433 WebPApplyAlphaMultiply(base_rgba, alpha_first,
  /external/webp/src/dec/
io.c 220 const int alpha_first = local
226 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
241 WebPApplyAlphaMultiply(base_rgba, alpha_first,
412 const int alpha_first = local
414 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
433 WebPApplyAlphaMultiply(base_rgba, alpha_first,

Completed in 36 milliseconds