Home | History | Annotate | Download | only in images

Lines Matching refs:SkScaledBitmapSampler

15 #include "SkScaledBitmapSampler.h"
296 SkScaledBitmapSampler smpl(cinfo.output_width, cinfo.output_height,
314 /* short-circuit the SkScaledBitmapSampler when possible, as this gives
370 SkScaledBitmapSampler::SrcConfig sc;
372 sc = SkScaledBitmapSampler::kRGB;
375 sc = SkScaledBitmapSampler::kRGBX;
377 sc = SkScaledBitmapSampler::kRGB_565;
381 sc = SkScaledBitmapSampler::kGray;
386 SkScaledBitmapSampler sampler(cinfo.output_width, cinfo.output_height,
602 /* short-circuit the SkScaledBitmapSampler when possible, as this gives
667 SkScaledBitmapSampler::SrcConfig sc;
669 sc = SkScaledBitmapSampler::kRGB;
672 sc = SkScaledBitmapSampler::kRGBX;
674 sc = SkScaledBitmapSampler::kRGB_565;
678 sc = SkScaledBitmapSampler::kGray;
683 SkScaledBitmapSampler sampler(width, height, skiaSampleSize);