Home
last modified time | relevance | path

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

/external/skia/src/effects/imagefilters/
DSkArithmeticImageFilter.cpp141 void arith_span(const SkV4& k, SkPMColor dst[], const SkPMColor src[], int count) { in arith_span() function
429 auto proc = fEnforcePMColor ? arith_span<true> : arith_span<false>; in drawForeground()
/external/skqp/src/effects/imagefilters/
DSkArithmeticImageFilter.cpp115 void arith_span(const float k[], SkPMColor dst[], const SkPMColor src[], int count) { in arith_span() function
414 auto proc = fEnforcePMColor ? arith_span<true> : arith_span<false>; in drawForeground()