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

  /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/skia/src/images/
SkDecodingImageGenerator.cpp 31 const bool fDitherImage;
120 , fDitherImage(ditherImage)
165 decoder->setDitherImage(fDitherImage);
270 opts.fSampleSize, opts.fDitherImage));
SkImageDecoder.cpp 23 , fDitherImage(true)
42 other->setDitherImage(fDitherImage);
  /external/skia/include/core/
SkImageDecoder.h 93 bool getDitherImage() const { return fDitherImage; }
98 void setDitherImage(bool dither) { fDitherImage = dither; }
409 bool fDitherImage;
  /external/skia/tests/
ImageDecodingTest.cpp 538 "colorType=%s %s]", opts.fSampleSize, yn(opts.fDitherImage),
559 "colorType=%s %s]", opts.fSampleSize, yn(opts.fDitherImage),
589 opts.fSampleSize, yn(opts.fDitherImage),

Completed in 555 milliseconds