Home
last modified time | relevance | path

Searched refs:maskPreBlend (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkScalerContext.cpp234 const SkMaskGamma::PreBlend& maskPreBlend) { in pack4xHToLCD16() argument
296 U8CPU r = sk_apply_lut_if<APPLY_PREBLEND>(fir[0], maskPreBlend.fR); in pack4xHToLCD16()
297 U8CPU g = sk_apply_lut_if<APPLY_PREBLEND>(fir[1], maskPreBlend.fG); in pack4xHToLCD16()
298 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(fir[2], maskPreBlend.fB); in pack4xHToLCD16()
355 const SkMaskGamma::PreBlend& maskPreBlend) { in generateMask() argument
415 if (maskPreBlend.isApplicable()) { in generateMask()
416 applyLUTToA8Mask(mask, maskPreBlend.fG); in generateMask()
420 if (maskPreBlend.isApplicable()) { in generateMask()
421 pack4xHToLCD16<true>(dst, mask, maskPreBlend); in generateMask()
423 pack4xHToLCD16<false>(dst, mask, maskPreBlend); in generateMask()