Lines Matching refs:SkScaledBitmapSampler
339 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize); in onDecode()
404 SkScaledBitmapSampler::SrcConfig sc; in onDecode()
408 sc = SkScaledBitmapSampler::kIndex; in onDecode()
413 sc = SkScaledBitmapSampler::kGray; in onDecode()
416 sc = SkScaledBitmapSampler::kRGBA; in onDecode()
418 sc = SkScaledBitmapSampler::kRGBX; in onDecode()
798 SkScaledBitmapSampler sampler(origWidth, rect.height(), sampleSize); in onDecodeSubset()
884 SkScaledBitmapSampler::SrcConfig sc; in onDecodeSubset()
888 sc = SkScaledBitmapSampler::kIndex; in onDecodeSubset()
893 sc = SkScaledBitmapSampler::kGray; in onDecodeSubset()
896 sc = SkScaledBitmapSampler::kRGBA; in onDecodeSubset()
898 sc = SkScaledBitmapSampler::kRGBX; in onDecodeSubset()