HomeSort by relevance Sort by last modified time
    Searched refs:fDitherImage (Results 1 - 10 of 10) 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));
SkImageDecoder.cpp 26 , fDitherImage(true)
51 other->setDitherImage(fDitherImage);
  /external/skia/src/images/
SkDecodingImageGenerator.cpp 31 const bool fDitherImage;
121 , fDitherImage(ditherImage)
168 decoder->setDitherImage(fDitherImage);
251 opts.fSampleSize, opts.fDitherImage));
SkImageDecoder.cpp 25 , fDitherImage(true)
59 other->setDitherImage(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;
  /external/chromium_org/third_party/skia/tests/
ImageDecodingTest.cpp 602 "colorType=%s %s]", opts.fSampleSize, yn(opts.fDitherImage),
623 "colorType=%s %s]", opts.fSampleSize, yn(opts.fDitherImage),
653 opts.fSampleSize, yn(opts.fDitherImage),
  /external/skia/tests/
ImageDecodingTest.cpp 604 "colorType=%s %s]", opts.fSampleSize, yn(opts.fDitherImage),
625 "colorType=%s %s]", opts.fSampleSize, yn(opts.fDitherImage),
655 opts.fSampleSize, yn(opts.fDitherImage),

Completed in 164 milliseconds