Home
last modified time | relevance | path

Searched refs:SkScaledBitmapSampler (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/images/
DSkScaledBitmapSampler.cpp28 static SkScaledBitmapSampler::RowProc
29 get_gray_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { in get_gray_to_8888_proc()
45 static SkScaledBitmapSampler::RowProc
46 get_RGBx_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { in get_RGBx_to_8888_proc()
97 static SkScaledBitmapSampler::RowProc
98 get_RGBA_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { in get_RGBA_to_8888_proc()
137 static SkScaledBitmapSampler::RowProc
138 get_gray_to_565_proc(const SkScaledBitmapSampler::Options& opts) { in get_gray_to_565_proc()
170 static SkScaledBitmapSampler::RowProc
171 get_RGBx_to_565_proc(const SkScaledBitmapSampler::Options& opts) { in get_RGBx_to_565_proc()
[all …]
DSkImageDecoder_ktx.cpp71 SkScaledBitmapSampler sampler(width, height, this->getSampleSize()); in onDecode()
130 if (!sampler.begin(bm, SkScaledBitmapSampler::kGray, *this)) { in onDecode()
159 if (!sampler.begin(bm, SkScaledBitmapSampler::kRGB, *this)) { in onDecode()
190 if (!sampler.begin(bm, SkScaledBitmapSampler::kRGB, *this)) { in onDecode()
212 SkScaledBitmapSampler::Options opts (*this); in onDecode()
220 if (!sampler.begin(bm, SkScaledBitmapSampler::kRGBA, opts)) { in onDecode()
DSkImageDecoder_libjpeg.cpp325 SkScaledBitmapSampler::SrcConfig* sc, in get_src_config()
330 *sc = SkScaledBitmapSampler::kRGBX; in get_src_config()
334 *sc = SkScaledBitmapSampler::kRGB; in get_src_config()
338 *sc = SkScaledBitmapSampler::kRGBX; in get_src_config()
341 *sc = SkScaledBitmapSampler::kRGB_565; in get_src_config()
346 *sc = SkScaledBitmapSampler::kGray; in get_src_config()
423 SkScaledBitmapSampler smpl(cinfo.output_width, cinfo.output_height, in onDecode()
438 SkScaledBitmapSampler sampler(cinfo.output_width, cinfo.output_height, sampleSize); in onDecode()
486 SkScaledBitmapSampler::SrcConfig sc; in onDecode()
DSkScaledBitmapSampler.h17 class SkScaledBitmapSampler {
19 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
DSkImageDecoder_pkm.cpp51 SkScaledBitmapSampler sampler(width, height, this->getSampleSize()); in onDecode()
67 if (!sampler.begin(bm, SkScaledBitmapSampler::kRGB, *this)) { in onDecode()
DSkImageDecoder_libbmp.cpp137 SkScaledBitmapSampler sampler(width, height, getSampleSize()); in onDecode()
152 if (!sampler.begin(bm, SkScaledBitmapSampler::kRGB, *this)) { in onDecode()
DSkImageDecoder_astc.cpp121 SkScaledBitmapSampler sampler(width, height, this->getSampleSize()); in onDecode()
145 if (!sampler.begin(bm, SkScaledBitmapSampler::kRGBA, *this)) { in onDecode()
DSkImageDecoder_libpng.cpp311 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize); in onDecode()
376 SkScaledBitmapSampler::SrcConfig sc; in onDecode()
380 sc = SkScaledBitmapSampler::kIndex; in onDecode()
385 sc = SkScaledBitmapSampler::kGray; in onDecode()
388 sc = SkScaledBitmapSampler::kRGBA; in onDecode()
390 sc = SkScaledBitmapSampler::kRGBX; in onDecode()
DSkImageDecoder_libgif.cpp324 SkScaledBitmapSampler sampler(width, height, this->getSampleSize());
404 sampler = SkScaledBitmapSampler(innerWidth, innerHeight, this->getSampleSize());
414 if (!sampler.begin(workingBitmap, SkScaledBitmapSampler::kIndex, *this)) {
DSkImageDecoder_libwebp.cpp299 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize); in onDecode()
/external/skia/gyp/
Dimages.gyp75 '../src/images/SkScaledBitmapSampler.cpp',
76 '../src/images/SkScaledBitmapSampler.h',
/external/skia/
DAndroid.mk580 src/images/SkScaledBitmapSampler.cpp \