Searched refs:maskPreBlend (Results 1 – 1 of 1) sorted by relevance
234 const SkMaskGamma::PreBlend& maskPreBlend) { in pack4xHToLCD16() argument296 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() argument415 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()