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

  /external/skia/include/images/
SkImageRef.h 49 void setDitherImage(bool dither) { fDoDither = dither; }
102 bool fDoDither;
  /external/skia/src/core/
SkBlitter_RGB16.cpp 79 SkBool8 fDoDither;
283 if (fDoDither) {
305 int ditherInt = Bool2Int(fDoDither);
330 // TODO: respect fDoDither
488 // TODO: respect fDoDither
505 if (fDoDither) {
538 if ((fDoDither = paint.isDither()) != false) {
550 if (!fDoDither && 256 == fScale) {
580 // TODO: respect fDoDither
591 // TODO: respect fDoDither
    [all...]

Completed in 377 milliseconds