Searched refs:arith_span (Results 1 – 1 of 1) sorted by relevance
91 void arith_span(const float k[], SkPMColor dst[], const SkPMColor src[], int count) { in arith_span() function439 auto proc = fEnforcePMColor ? arith_span<true> : arith_span<false>; in drawForeground()