HomeSort by relevance Sort by last modified time
    Searched defs:SkScaledBitmapSampler (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkScaledBitmapSampler.h 16 class SkScaledBitmapSampler {
18 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
SkScaledBitmapSampler.cpp 9 #include "SkScaledBitmapSampler.h"
338 #include "SkScaledBitmapSampler.h"
340 SkScaledBitmapSampler::SkScaledBitmapSampler(int width, int height,
380 bool SkScaledBitmapSampler::begin(SkBitmap* dst, SrcConfig sc, bool dither,
433 case SkScaledBitmapSampler::kGray:
437 case SkScaledBitmapSampler::kRGB:
441 case SkScaledBitmapSampler::kRGBX:
445 case SkScaledBitmapSampler::kRGBA:
449 case SkScaledBitmapSampler::kIndex
    [all...]
  /external/skia/src/images/
SkScaledBitmapSampler.h 17 class SkScaledBitmapSampler {
19 SkScaledBitmapSampler(int origWidth, int origHeight, int cellSize);
SkScaledBitmapSampler.cpp 9 #include "SkScaledBitmapSampler.h"
28 static SkScaledBitmapSampler::RowProc get_gray_to_8888_proc(const SkImageDecoder& decoder) {
44 static SkScaledBitmapSampler::RowProc get_RGBx_to_8888_proc(const SkImageDecoder& decoder) {
95 static SkScaledBitmapSampler::RowProc get_RGBA_to_8888_proc(const SkImageDecoder& decoder) {
134 static SkScaledBitmapSampler::RowProc get_gray_to_565_proc(const SkImageDecoder& decoder) {
166 static SkScaledBitmapSampler::RowProc get_RGBx_to_565_proc(const SkImageDecoder& decoder) {
187 static SkScaledBitmapSampler::RowProc get_565_to_565_proc(const SkImageDecoder& decoder) {
219 static SkScaledBitmapSampler::RowProc get_gray_to_4444_proc(const SkImageDecoder& decoder) {
252 static SkScaledBitmapSampler::RowProc get_RGBx_to_4444_proc(const SkImageDecoder& decoder) {
334 static SkScaledBitmapSampler::RowProc get_RGBA_to_4444_proc(const SkImageDecoder& decoder)
    [all...]

Completed in 34 milliseconds