Searched refs:fDoDither (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/images/
H A DSkImageRef.h43 void setDitherImage(bool dither) { fDoDither = dither; }
93 bool fDoDither; member in class:SkImageRef
/external/skia/include/images/
H A DSkImageRef.h43 void setDitherImage(bool dither) { fDoDither = dither; }
93 bool fDoDither; member in class:SkImageRef
/external/chromium_org/third_party/skia/src/images/
H A DSkImageRef.cpp28 fDoDither = true;
118 codec->setDitherImage(fDoDither);
165 fDoDither = buffer.readBool();
179 buffer.writeBool(fDoDither);
/external/skia/src/images/
H A DSkImageRef.cpp28 fDoDither = true;
122 codec->setDitherImage(fDoDither);
173 fDoDither = buffer.readBool();
191 buffer.writeBool(fDoDither);
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitter_RGB16.cpp73 SkBool8 fDoDither; member in class:SkRGB16_Blitter
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/
H A DSkBlitter_RGB16.cpp73 SkBool8 fDoDither; member in class:SkRGB16_Blitter
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 183 milliseconds