Searched refs:fEnforcePMColor (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/effects/imagefilters/ |
D | SkArithmeticImageFilter.cpp | 52 : INHERITED(inputs, 2, cropRect), fK{k1, k2, k3, k4}, fEnforcePMColor(enforcePMColor) {} in ArithmeticImageFilterImpl() 76 buffer.writeBool(fEnforcePMColor); in flatten() 89 const bool fEnforcePMColor; member in ArithmeticImageFilterImpl 346 inputs.enforcePMColor = fEnforcePMColor; in filterImageGPU() 414 auto proc = fEnforcePMColor ? arith_span<true> : arith_span<false>; in drawForeground() 426 auto proc = fEnforcePMColor ? arith_transparent<true> : arith_transparent<false>; in drawForeground() 441 return SkArithmeticImageFilter::Make(fK[0], fK[1], fK[2], fK[3], fEnforcePMColor, in onMakeColorSpace()
|
/external/skia/src/effects/imagefilters/ |
D | SkArithmeticImageFilter.cpp | 41 , fEnforcePMColor(enforcePMColor) {} 69 bool fEnforcePMColor; member in __anon40f80efb0111::SkArithmeticImageFilter 131 buffer.writeBool(fEnforcePMColor); in flatten() 377 fp = GrArithmeticProcessor::Make(std::move(fgFP), std::move(fp), fK, fEnforcePMColor); in filterImageGPU() 429 auto proc = fEnforcePMColor ? arith_span<true> : arith_span<false>; in drawForeground() 441 auto proc = fEnforcePMColor ? arith_transparent<true> : arith_transparent<false>; in drawForeground()
|