Home
last modified time | relevance | path

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

/external/skia/src/effects/imagefilters/
DSkArithmeticImageFilter.cpp183 template<bool EnforcePMColor> void arith_transparent(const SkV4& k, SkPMColor dst[], int count) { in arith_transparent() function
490 auto proc = fEnforcePMColor ? arith_transparent<true> : arith_transparent<false>; in drawForeground()