Searched defs:pack3xHToLCD16 (Results 1 - 2 of 2) sorted by relevance

/external/skia/legacy/src/core/
H A DSkScalerContext.cpp407 static void pack3xHToLCD16(const SkBitmap& src, const SkMask& dst) { function
508 pack3xHToLCD16(bm, mask);
/external/skia/src/core/
H A DSkScalerContext.cpp381 static void pack3xHToLCD16(const SkBitmap& src, const SkMask& dst, function
495 pack3xHToLCD16<true>(bm, mask, maskPreBlend);
497 pack3xHToLCD16<false>(bm, mask, maskPreBlend);

Completed in 241 milliseconds