Home
last modified time | relevance | path

Searched refs:next_dither_toggle (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/shaders/gradients/
DSkRadialGradient.cpp109 cache[next_dither_toggle(toggle) + fi], in shadeSpan_radial_clamp2()
140 toggle = next_dither_toggle(toggle); in shadeSpan_radial_clamp2()
151 toggle = next_dither_toggle(toggle); in shadeSpan_radial_clamp2()
169 toggle = next_dither_toggle(toggle); in shadeSpan_radial()
DSkLinearGradient.cpp182 toggle = next_dither_toggle(toggle); \
228 cache[next_dither_toggle(toggle) + range.fV0], in shadeSpan_linear_clamp()
250 cache[next_dither_toggle(toggle) + range.fV1], in shadeSpan_linear_clamp()
264 toggle = next_dither_toggle(toggle); in shadeSpan_linear_mirror()
277 toggle = next_dither_toggle(toggle); in shadeSpan_linear_repeat()
DSkGradientShaderPriv.h299 static inline int next_dither_toggle(int toggle) { in next_dither_toggle() function