Searched refs:arith_transparent (Results 1 – 1 of 1) sorted by relevance
183 template<bool EnforcePMColor> void arith_transparent(const SkV4& k, SkPMColor dst[], int count) { in arith_transparent() function490 auto proc = fEnforcePMColor ? arith_transparent<true> : arith_transparent<false>; in drawForeground()