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

  /external/chromium_org/third_party/skia/include/images/
SkDecodingImageGenerator.h 34 * @param fDitherImage Set to true if the the decoder should try to
51 , fDitherImage(true)
57 , fDitherImage(dither)
63 , fDitherImage(dither)
70 , fDitherImage(dither)
75 const bool fDitherImage;
  /external/skia/include/images/
SkDecodingImageGenerator.h 34 * @param fDitherImage Set to true if the the decoder should try to
51 , fDitherImage(true)
57 , fDitherImage(dither)
63 , fDitherImage(dither)
70 , fDitherImage(dither)
75 const bool fDitherImage;
  /external/chromium_org/third_party/skia/src/images/
SkDecodingImageGenerator.cpp 31 const bool fDitherImage;
121 , fDitherImage(ditherImage)
164 decoder->setDitherImage(fDitherImage);
252 opts.fSampleSize, opts.fDitherImage));
  /external/skia/src/images/
SkDecodingImageGenerator.cpp 31 const bool fDitherImage;
121 , fDitherImage(ditherImage)
168 decoder->setDitherImage(fDitherImage);
251 opts.fSampleSize, opts.fDitherImage));
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 83 bool getDitherImage() const { return fDitherImage; }
88 void setDitherImage(bool dither) { fDitherImage = dither; }
425 bool fDitherImage;
  /external/skia/include/core/
SkImageDecoder.h 82 bool getDitherImage() const { return fDitherImage; }
87 void setDitherImage(bool dither) { fDitherImage = dither; }
493 bool fDitherImage;

Completed in 459 milliseconds