Searched refs:SkScaledBitmapSampler (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/images/ |
D | SkScaledBitmapSampler.cpp | 28 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 …]
|
D | SkImageDecoder_ktx.cpp | 71 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()
|
D | SkImageDecoder_libjpeg.cpp | 325 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()
|
D | SkScaledBitmapSampler.h | 17 class SkScaledBitmapSampler { 19 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
|
D | SkImageDecoder_pkm.cpp | 51 SkScaledBitmapSampler sampler(width, height, this->getSampleSize()); in onDecode() 67 if (!sampler.begin(bm, SkScaledBitmapSampler::kRGB, *this)) { in onDecode()
|
D | SkImageDecoder_libbmp.cpp | 137 SkScaledBitmapSampler sampler(width, height, getSampleSize()); in onDecode() 152 if (!sampler.begin(bm, SkScaledBitmapSampler::kRGB, *this)) { in onDecode()
|
D | SkImageDecoder_astc.cpp | 121 SkScaledBitmapSampler sampler(width, height, this->getSampleSize()); in onDecode() 145 if (!sampler.begin(bm, SkScaledBitmapSampler::kRGBA, *this)) { in onDecode()
|
D | SkImageDecoder_libpng.cpp | 311 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()
|
D | SkImageDecoder_libgif.cpp | 324 SkScaledBitmapSampler sampler(width, height, this->getSampleSize()); 404 sampler = SkScaledBitmapSampler(innerWidth, innerHeight, this->getSampleSize()); 414 if (!sampler.begin(workingBitmap, SkScaledBitmapSampler::kIndex, *this)) {
|
D | SkImageDecoder_libwebp.cpp | 299 SkScaledBitmapSampler sampler(origWidth, origHeight, sampleSize); in onDecode()
|
/external/skia/gyp/ |
D | images.gyp | 75 '../src/images/SkScaledBitmapSampler.cpp', 76 '../src/images/SkScaledBitmapSampler.h',
|
/external/skia/ |
D | Android.mk | 580 src/images/SkScaledBitmapSampler.cpp \
|