Searched refs:shade4_dx_clamp (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/shaders/gradients/ |
D | SkLinearGradient.cpp | 623 void SkLinearGradient::LinearGradientContext::shade4_dx_clamp(SkPMColor dstC[], int count, in shade4_dx_clamp() function in SkLinearGradient::LinearGradientContext 774 this->shade4_dx_clamp<true, true>(dstC, count, fx, dx, invDx, dither); in shade4_clamp() 776 this->shade4_dx_clamp<false, true>(dstC, count, fx, dx, invDx, dither); in shade4_clamp() 780 this->shade4_dx_clamp<true, false>(dstC, count, fx, dx, invDx, dither); in shade4_clamp() 782 this->shade4_dx_clamp<false, false>(dstC, count, fx, dx, invDx, dither); in shade4_clamp()
|
D | SkLinearGradient.h | 47 template <bool, bool> void shade4_dx_clamp(SkPMColor dstC[], int count, float fx, float dx,
|