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

  /external/skia/include/images/
SkImageRef.h 42 void setDitherImage(bool dither) { fDoDither = dither; }
93 bool fDoDither;
  /external/skia/legacy/include/images/
SkImageRef.h 42 void setDitherImage(bool dither) { fDoDither = dither; }
95 bool fDoDither;
  /external/skia/legacy/src/images/
SkImageRef.cpp 31 fDoDither = true;
127 codec->setDitherImage(fDoDither);
182 fDoDither = buffer.readBool();
197 buffer.writeBool(fDoDither);
  /external/skia/src/images/
SkImageRef.cpp 29 fDoDither = true;
123 codec->setDitherImage(fDoDither);
171 fDoDither = buffer.readBool();
186 buffer.writeBool(fDoDither);
  /external/skia/legacy/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...]
  /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 94 milliseconds