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

  /external/webp/src/dec/
io_dec.c 185 const int alpha_first = local
191 uint8_t* const dst = base_rgba + (alpha_first ? 0 : 3);
198 WebPApplyAlphaMultiply(base_rgba, alpha_first,
407 const int alpha_first = local
409 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
424 WebPApplyAlphaMultiply(base_rgba, alpha_first,
  /external/libpng/contrib/libtests/
pngvalid.c 6020 unsigned int alpha_first :1; \/* Alpha at start, not end *\/ member in struct:image_pixel
    [all...]

Completed in 323 milliseconds