Searched refs:fSampleSize (Results 1 – 5 of 5) sorted by relevance
/external/skia/include/images/ |
D | SkDecodingImageGenerator.h | 50 : fSampleSize(1) in Options() 56 : fSampleSize(sampleSize) in Options() 62 : fSampleSize(sampleSize) in Options() 69 : fSampleSize(sampleSize) in Options() 74 const int fSampleSize; member
|
/external/skia/src/images/ |
D | SkDecodingImageGenerator.cpp | 30 const int fSampleSize; member in __anon99b6a65a0111::DecodingImageGenerator 119 , fSampleSize(sampleSize) in DecodingImageGenerator() 166 decoder->setSampleSize(fSampleSize); in onGetPixels() 240 decoder->setSampleSize(opts.fSampleSize); in CreateDecodingImageGenerator() 270 opts.fSampleSize, opts.fDitherImage)); in CreateDecodingImageGenerator()
|
D | SkImageDecoder.cpp | 20 , fSampleSize(1) in SkImageDecoder() 40 other->setSampleSize(fSampleSize); in copyFieldsToOther() 100 fSampleSize = size; in setSampleSize()
|
/external/skia/tests/ |
D | ImageDecodingTest.cpp | 538 "colorType=%s %s]", opts.fSampleSize, yn(opts.fDitherImage), in test_options() 547 opts.fSampleSize)); in test_options() 549 opts.fSampleSize)); in test_options() 559 "colorType=%s %s]", opts.fSampleSize, yn(opts.fDitherImage), in test_options() 572 && (opts.fSampleSize == 1)) { // scaled in test_options() 589 opts.fSampleSize, yn(opts.fDitherImage), in test_options()
|
/external/skia/include/core/ |
D | SkImageDecoder.h | 172 int getSampleSize() const { return fSampleSize; } in getSampleSize() 406 int fSampleSize; variable
|