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

  /external/skia/src/effects/gradients/
SkGradientShader.cpp 297 static inline U8CPU dither_fixed_to_8(SkFixed n) { function
339 dither_fixed_to_8(r),
340 dither_fixed_to_8(g),
341 dither_fixed_to_8(b));
  /external/skia/legacy/src/effects/
SkGradientShader.cpp 548 static inline U8CPU dither_fixed_to_8(SkFixed n) { function
590 dither_fixed_to_8(r),
591 dither_fixed_to_8(g),
592 dither_fixed_to_8(b));
    [all...]

Completed in 86 milliseconds