Home
last modified time | relevance | path

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

/external/skia/src/effects/gradients/
DSkLinearGradient.cpp105 toggle = next_dither_toggle(toggle); \
150 cache[next_dither_toggle(toggle) + range.fV0], in shadeSpan_linear_clamp()
172 cache[next_dither_toggle(toggle) + range.fV1], in shadeSpan_linear_clamp()
186 toggle = next_dither_toggle(toggle); in shadeSpan_linear_mirror()
199 toggle = next_dither_toggle(toggle); in shadeSpan_linear_repeat()
250 toggle = next_dither_toggle(toggle); in shadeSpan()
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()
294 toggle = next_dither_toggle(toggle); in shadeSpan()
DSkRadialGradient.cpp305 toggle = next_dither_toggle(toggle); \
330 cache[next_dither_toggle(toggle) + fi], in shadeSpan_radial_clamp()
355 toggle = next_dither_toggle(toggle); in shadeSpan_radial_clamp()
366 toggle = next_dither_toggle(toggle); in shadeSpan_radial_clamp()
386 toggle = next_dither_toggle(toggle); in shadeSpan_radial()
DSkSweepGradient.cpp114 toggle = next_dither_toggle(toggle); in shadeSpan()
121 toggle = next_dither_toggle(toggle); in shadeSpan()
DSkGradientShaderPriv.h257 static inline int next_dither_toggle(int toggle) { in next_dither_toggle() function
/external/chromium_org/third_party/skia/src/effects/gradients/
DSkLinearGradient.cpp119 toggle = next_dither_toggle(toggle); \
164 cache[next_dither_toggle(toggle) + range.fV0], in shadeSpan_linear_clamp()
186 cache[next_dither_toggle(toggle) + range.fV1], in shadeSpan_linear_clamp()
200 toggle = next_dither_toggle(toggle); in shadeSpan_linear_mirror()
213 toggle = next_dither_toggle(toggle); in shadeSpan_linear_repeat()
264 toggle = next_dither_toggle(toggle); in shadeSpan()
DSkRadialGradient.cpp317 toggle = next_dither_toggle(toggle); \
342 cache[next_dither_toggle(toggle) + fi], in shadeSpan_radial_clamp()
367 toggle = next_dither_toggle(toggle); in shadeSpan_radial_clamp()
378 toggle = next_dither_toggle(toggle); in shadeSpan_radial_clamp()
398 toggle = next_dither_toggle(toggle); in shadeSpan_radial()
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()
294 toggle = next_dither_toggle(toggle); in shadeSpan()
DSkSweepGradient.cpp125 toggle = next_dither_toggle(toggle); in shadeSpan()
132 toggle = next_dither_toggle(toggle); in shadeSpan()
DSkGradientShaderPriv.h284 static inline int next_dither_toggle(int toggle) { in next_dither_toggle() function