Home | History | Annotate | Download | only in images

Lines Matching refs:SkScaledBitmapSampler

14 #include "SkScaledBitmapSampler.h"
503 SkScaledBitmapSampler::SrcConfig* sc,
508 *sc = SkScaledBitmapSampler::kRGBX;
512 *sc = SkScaledBitmapSampler::kRGB;
516 *sc = SkScaledBitmapSampler::kRGBX;
519 *sc = SkScaledBitmapSampler::kRGB_565;
524 *sc = SkScaledBitmapSampler::kGray;
603 SkScaledBitmapSampler smpl(cinfo.output_width, cinfo.output_height,
623 SkScaledBitmapSampler sampler(cinfo.output_width, cinfo.output_height, sampleSize);
640 /* short-circuit the SkScaledBitmapSampler when possible, as this gives
672 SkScaledBitmapSampler::SrcConfig sc;
833 SkScaledBitmapSampler sampler(width, height, skiaSampleSize);
868 /* short-circuit the SkScaledBitmapSampler when possible, as this gives
909 SkScaledBitmapSampler::SrcConfig sc;