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

  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 114 toggle = next_dither_toggle(toggle); \
159 cache[next_dither_toggle(toggle) + range.fV0],
181 cache[next_dither_toggle(toggle) + range.fV1],
195 toggle = next_dither_toggle(toggle);
208 toggle = next_dither_toggle(toggle);
261 toggle = next_dither_toggle(toggle);
SkRadialGradient.cpp 299 toggle = next_dither_toggle(toggle); \
324 cache[next_dither_toggle(toggle) + fi],
350 toggle = next_dither_toggle(toggle);
361 toggle = next_dither_toggle(toggle);
390 toggle = next_dither_toggle(toggle);
413 toggle = next_dither_toggle(toggle);
SkGradientShaderPriv.h 182 static inline int next_dither_toggle(int toggle) { function

Completed in 20 milliseconds