Home | History | Annotate | Download | only in images

Lines Matching refs:SkScaledBitmapSampler

15 #include "SkScaledBitmapSampler.h"
326 SkScaledBitmapSampler smpl(cinfo.output_width, cinfo.output_height,
344 /* short-circuit the SkScaledBitmapSampler when possible, as this gives
400 SkScaledBitmapSampler::SrcConfig sc;
403 sc = SkScaledBitmapSampler::kRGBX;
405 sc = SkScaledBitmapSampler::kRGB;
408 sc = SkScaledBitmapSampler::kRGBX;
410 sc = SkScaledBitmapSampler::kRGB_565;
414 sc = SkScaledBitmapSampler::kGray;
419 SkScaledBitmapSampler sampler(cinfo.output_width, cinfo.output_height,
640 /* short-circuit the SkScaledBitmapSampler when possible, as this gives
705 SkScaledBitmapSampler::SrcConfig sc;
707 sc = SkScaledBitmapSampler::kRGB;
710 sc = SkScaledBitmapSampler::kRGBX;
712 sc = SkScaledBitmapSampler::kRGB_565;
716 sc = SkScaledBitmapSampler::kGray;
721 SkScaledBitmapSampler sampler(width, height, skiaSampleSize);