Home
last modified time | relevance | path

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

/external/skia/src/effects/gradients/
DSkLinearGradient.cpp617 void SkLinearGradient::LinearGradientContext::shade4_dx_clamp(SkPMColor dstC[], int count, in shade4_dx_clamp() function in SkLinearGradient::LinearGradientContext
760 this->shade4_dx_clamp<true, true>(dstC, count, fx, dx, invDx, dither); in shade4_clamp()
762 this->shade4_dx_clamp<false, true>(dstC, count, fx, dx, invDx, dither); in shade4_clamp()
766 this->shade4_dx_clamp<true, false>(dstC, count, fx, dx, invDx, dither); in shade4_clamp()
768 this->shade4_dx_clamp<false, false>(dstC, count, fx, dx, invDx, dither); in shade4_clamp()
DSkLinearGradient.h54 template <bool, bool> void shade4_dx_clamp(SkPMColor dstC[], int count, float fx, float dx,