HomeSort by relevance Sort by last modified time
    Searched refs:next_dither_toggle (Results 1 - 5 of 5) sorted by null

  /external/skia/src/effects/gradients/
SkRadialGradient.cpp 111 cache[next_dither_toggle(toggle) + fi],
141 toggle = next_dither_toggle(toggle);
152 toggle = next_dither_toggle(toggle);
170 toggle = next_dither_toggle(toggle);
SkTwoPointConicalGradient.cpp 151 toggle = next_dither_toggle(toggle);
168 toggle = next_dither_toggle(toggle);
185 toggle = next_dither_toggle(toggle);
285 toggle = next_dither_toggle(toggle);
SkSweepGradient.cpp 108 toggle = next_dither_toggle(toggle);
115 toggle = next_dither_toggle(toggle);
SkLinearGradient.cpp 185 toggle = next_dither_toggle(toggle); \
231 cache[next_dither_toggle(toggle) + range.fV0],
253 cache[next_dither_toggle(toggle) + range.fV1],
267 toggle = next_dither_toggle(toggle);
280 toggle = next_dither_toggle(toggle);
340 toggle = next_dither_toggle(toggle);
SkGradientShaderPriv.h 288 static inline int next_dither_toggle(int toggle) { function

Completed in 1188 milliseconds