Home | History | Annotate | Download | only in images

Lines Matching refs:Options

23      *  These options will be passed on to the image decoder.  The
48 struct Options {
49 Options()
55 Options(int sampleSize, bool dither)
61 Options(int sampleSize, bool dither, SkColorType colorType)
67 Options(int sampleSize, bool dither, SkColorType colorType,
99 * stream->duplicate(), SkDecodingImageGenerator::Options());
103 * @param Options (see above)
108 const Options& opt);
115 SkImageGenerator* Create(SkData* data, const Options& opt);
123 // data, SkDecodingImageGenerator::Options()), dst, NULL);
128 // stream, SkDecodingImageGenerator::Options()), dst, NULL);