/third_party/skia/bench/ |
H A D | AndroidCodecBench.cpp | 17 , fSampleSize(sampleSize) in AndroidCodecBench() 33 SkISize scaledSize = codec->getSampledDimensions(fSampleSize); in onDelayedSetup() 46 options.fSampleSize = fSampleSize; in onDraw()
|
H A D | BitmapRegionDecoderBench.cpp | 20 , fSampleSize(sampleSize) in BitmapRegionDecoderBench() 49 SkAssertResult(fBRD->decodeRegion(&bm, nullptr, fSubset, fSampleSize, ct, false, cs)); in onDraw()
|
H A D | BitmapRegionDecoderBench.h | 47 const uint32_t fSampleSize; member in BitmapRegionDecoderBench
|
H A D | AndroidCodecBench.h | 35 const int fSampleSize; member in AndroidCodecBench
|
/third_party/skia/dm/ |
H A D | DMSrcSink.cpp | 167 , fSampleSize(sampleSize) in BRDSrc() 225 if ((width / fSampleSize <= 10 || height / fSampleSize <= 10) && 1 != fSampleSize) { in draw() 232 fSampleSize, colorType, false, colorSpace)) { in draw() 250 const uint32_t maxBorder = std::min(width, height) / (fSampleSize * divisor); in draw() 252 const uint32_t unscaledBorder = scaledBorder * fSampleSize; in draw() 287 decodeTop, decodeWidth, decodeHeight), fSampleSize, colorType, false, in draw() 295 (SkScalar) (subsetWidth / fSampleSize), in draw() 296 (SkScalar) (subsetHeight / fSampleSize)), in draw() [all...] |
H A D | DMSrcSink.h | 196 int fSampleSize; member in DM::AndroidCodecSrc 224 uint32_t fSampleSize; member in DM::BRDSrc
|
/third_party/skia/include/codec/ |
H A D | SkAndroidCodec.h | 121 * @return the sample size to set AndroidOptions::fSampleSize to decode 191 , fSampleSize(1) in AndroidOptions() 201 int fSampleSize; member 225 * using options->fSampleSize and options->fSubset. If NULL, the defaults (as specified above
|
/third_party/skia/src/android/ |
H A D | SkAnimatedImage.cpp | 63 , fSampleSize(1) in SkAnimatedImage() 89 fSampleSize = fCodec->computeSampleSize(&decodeSize); in SkAnimatedImage() 248 options.fSampleSize = fSampleSize; in decodeNextFrame()
|
/third_party/skia/src/codec/ |
H A D | SkSampledCodec.cpp | 87 int sampleSize = options.fSampleSize; in onGetAndroidPixels() 166 SkASSERT(options.fSampleSize > 1); in sampledDecode() 169 int sampleSize = options.fSampleSize; in sampledDecode()
|
/third_party/skia/fuzz/oss_fuzz/ |
H A D | FuzzAndroidCodec.cpp | 31 options.fSampleSize = sampleSize; in FuzzAndroidCodec()
|
/third_party/skia/tests/ |
H A D | CodecTest.cpp | 653 options.fSampleSize = sampleSize; in test_dimensions() 1036 opts.fSampleSize = 12; in DEF_TEST() 1047 opts.fSampleSize = 1; in DEF_TEST() 1069 opts.fSampleSize = 3; in check_color_xform() 1075 const int dstWidth = subsetWidth / opts.fSampleSize; in check_color_xform() 1076 const int dstHeight = subsetHeight / opts.fSampleSize; in check_color_xform() 1386 opts.fSampleSize = 5; in DEF_TEST() 1387 auto size = codec->getSampledDimensions(opts.fSampleSize); in DEF_TEST() 1396 opts.fSampleSize = 1; in DEF_TEST() 1768 options.fSampleSize in DEF_TEST() [all...] |
H A D | GifTest.cpp | 303 options.fSampleSize = 4; in DEF_TEST()
|
/third_party/skia/include/android/ |
H A D | SkAnimatedImage.h | 146 int fSampleSize; member in SkAnimatedImage
|
/third_party/skia/client_utils/android/ |
H A D | BitmapRegionDecoder.cpp | 131 options.fSampleSize = sampleSize; in decodeRegion()
|