Home
last modified time | relevance | path

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

/external/skia/src/effects/gradients/
DSkTwoPointConicalGradient.cpp151 toggle = next_dither_toggle(toggle); in twopoint_clamp()
168 toggle = next_dither_toggle(toggle); in twopoint_repeat()
185 toggle = next_dither_toggle(toggle); in twopoint_mirror()
285 toggle = next_dither_toggle(toggle); in shadeSpan()
DSkRadialGradient.cpp111 cache[next_dither_toggle(toggle) + fi], in shadeSpan_radial_clamp2()
141 toggle = next_dither_toggle(toggle); in shadeSpan_radial_clamp2()
152 toggle = next_dither_toggle(toggle); in shadeSpan_radial_clamp2()
170 toggle = next_dither_toggle(toggle); in shadeSpan_radial()
DSkLinearGradient.cpp185 toggle = next_dither_toggle(toggle); \
231 cache[next_dither_toggle(toggle) + range.fV0], in shadeSpan_linear_clamp()
253 cache[next_dither_toggle(toggle) + range.fV1], in shadeSpan_linear_clamp()
267 toggle = next_dither_toggle(toggle); in shadeSpan_linear_mirror()
280 toggle = next_dither_toggle(toggle); in shadeSpan_linear_repeat()
340 toggle = next_dither_toggle(toggle); in shadeSpan()
DSkSweepGradient.cpp108 toggle = next_dither_toggle(toggle); in shadeSpan()
115 toggle = next_dither_toggle(toggle); in shadeSpan()
DSkGradientShaderPriv.h288 static inline int next_dither_toggle(int toggle) { in next_dither_toggle() function