Searched refs:maskPreBlend (Results 1 – 1 of 1) sorted by relevance
252 const SkMaskGamma::PreBlend& maskPreBlend) { in pack4xHToLCD16() argument314 U8CPU r = sk_apply_lut_if<APPLY_PREBLEND>(fir[0], maskPreBlend.fR); in pack4xHToLCD16()315 U8CPU g = sk_apply_lut_if<APPLY_PREBLEND>(fir[1], maskPreBlend.fG); in pack4xHToLCD16()316 U8CPU b = sk_apply_lut_if<APPLY_PREBLEND>(fir[2], maskPreBlend.fB); in pack4xHToLCD16()373 const SkMaskGamma::PreBlend& maskPreBlend) { in generateMask() argument434 if (maskPreBlend.isApplicable()) { in generateMask()435 applyLUTToA8Mask(mask, maskPreBlend.fG); in generateMask()439 if (maskPreBlend.isApplicable()) { in generateMask()440 pack4xHToLCD16<true>(bm, mask, maskPreBlend); in generateMask()442 pack4xHToLCD16<false>(bm, mask, maskPreBlend); in generateMask()