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