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

  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 313 toggle = next_dither_toggle16(toggle); \
330 cache[next_dither_toggle16(toggle) + fi], count);
344 cache[next_dither_toggle16(toggle) + range.fV0],
366 cache[next_dither_toggle16(toggle) + range.fV1],
381 toggle = next_dither_toggle16(toggle);
395 toggle = next_dither_toggle16(toggle);
445 toggle = next_dither_toggle16(toggle);
SkRadialGradient.cpp 91 toggle = next_dither_toggle16(toggle);
103 toggle = next_dither_toggle16(toggle);
126 toggle = next_dither_toggle16(toggle);
147 toggle = next_dither_toggle16(toggle);
217 toggle = next_dither_toggle16(toggle);
SkSweepGradient.cpp 364 toggle = next_dither_toggle16(toggle);
376 toggle = next_dither_toggle16(toggle);
SkGradientShaderPriv.h 190 static inline int next_dither_toggle16(int toggle) { function

Completed in 184 milliseconds