HomeSort by relevance Sort by last modified time
    Searched defs:fDoDither (Results 1 - 4 of 4) 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/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 1222 milliseconds