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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkLinearGradient.cpp 119 toggle = next_dither_toggle(toggle); \
164 cache[next_dither_toggle(toggle) + range.fV0],
186 cache[next_dither_toggle(toggle) + range.fV1],
200 toggle = next_dither_toggle(toggle);
213 toggle = next_dither_toggle(toggle);
264 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);
294 toggle = next_dither_toggle(toggle);
SkSweepGradient.cpp 125 toggle = next_dither_toggle(toggle);
132 toggle = next_dither_toggle(toggle);
SkRadialGradient.cpp 317 toggle = next_dither_toggle(toggle); \
342 cache[next_dither_toggle(toggle) + fi],
367 toggle = next_dither_toggle(toggle);
378 toggle = next_dither_toggle(toggle);
398 toggle = next_dither_toggle(toggle);
SkGradientShaderPriv.h 284 static inline int next_dither_toggle(int toggle) { function
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 105 toggle = next_dither_toggle(toggle); \
150 cache[next_dither_toggle(toggle) + range.fV0],
172 cache[next_dither_toggle(toggle) + range.fV1],
186 toggle = next_dither_toggle(toggle);
199 toggle = next_dither_toggle(toggle);
250 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);
294 toggle = next_dither_toggle(toggle);
SkRadialGradient.cpp 305 toggle = next_dither_toggle(toggle); \
330 cache[next_dither_toggle(toggle) + fi],
355 toggle = next_dither_toggle(toggle);
366 toggle = next_dither_toggle(toggle);
386 toggle = next_dither_toggle(toggle);
SkSweepGradient.cpp 114 toggle = next_dither_toggle(toggle);
121 toggle = next_dither_toggle(toggle);
SkGradientShaderPriv.h 257 static inline int next_dither_toggle(int toggle) { function

Completed in 116 milliseconds