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