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

  /external/skia/include/images/
SkImageRef.h 42 void setDitherImage(bool dither) { fDoDither = dither; }
95 bool fDoDither;
  /external/skia/src/images/
SkImageRef.cpp 31 fDoDither = true;
127 codec->setDitherImage(fDoDither);
182 fDoDither = buffer.readBool();
197 buffer.writeBool(fDoDither);
  /external/skia/src/core/
SkBlitter_RGB16.cpp 73 SkBool8 fDoDither;
281 if (fDoDither) {
303 int ditherInt = Bool2Int(fDoDither);
328 // TODO: respect fDoDither
486 // TODO: respect fDoDither
503 if (fDoDither) {
536 if ((fDoDither = paint.isDither()) != false) {
548 if (!fDoDither && 256 == fScale) {
578 // TODO: respect fDoDither
589 // TODO: respect fDoDither
    [all...]

Completed in 56 milliseconds