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

  /external/chromium_org/third_party/skia/include/images/
SkImageRef.h 43 void setDitherImage(bool dither) { fDoDither = dither; }
93 bool fDoDither;
  /external/skia/include/images/
SkImageRef.h 43 void setDitherImage(bool dither) { fDoDither = dither; }
93 bool fDoDither;
  /external/chromium_org/third_party/skia/src/images/
SkImageRef.cpp 28 fDoDither = true;
118 codec->setDitherImage(fDoDither);
165 fDoDither = buffer.readBool();
179 buffer.writeBool(fDoDither);
  /external/skia/src/images/
SkImageRef.cpp 28 fDoDither = true;
122 codec->setDitherImage(fDoDither);
173 fDoDither = buffer.readBool();
191 buffer.writeBool(fDoDither);
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_RGB16.cpp 73 SkBool8 fDoDither;
281 if (fDoDither) {
303 int ditherInt = Bool2Int(fDoDither);
328 // TODO: respect fDoDither
476 // TODO: respect fDoDither
493 if (fDoDither) {
526 if ((fDoDither = paint.isDither()) != false) {
538 if (!fDoDither && 256 == fScale) {
568 // TODO: respect fDoDither
579 // 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
476 // TODO: respect fDoDither
493 if (fDoDither) {
526 if ((fDoDither = paint.isDither()) != false) {
538 if (!fDoDither && 256 == fScale) {
568 // TODO: respect fDoDither
579 // TODO: respect fDoDither
    [all...]

Completed in 284 milliseconds