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

  /external/skia/src/core/
SkBitmapScaler.h 21 enum ResizeMethod {
36 static bool Resize(const SkPixmap& dst, const SkPixmap& src, ResizeMethod method);
42 static bool Resize(SkBitmap* result, const SkPixmap& src, ResizeMethod method,
SkBitmapScaler.cpp 22 SkResizeFilter(SkBitmapScaler::ResizeMethod method,
56 SkResizeFilter::SkResizeFilter(SkBitmapScaler::ResizeMethod method,
208 bool SkBitmapScaler::Resize(const SkPixmap& result, const SkPixmap& source, ResizeMethod method) {
232 bool SkBitmapScaler::Resize(SkBitmap* resultPtr, const SkPixmap& source, ResizeMethod method,
  /external/skia/bench/
BitmapScaleBench.cpp 119 SkBitmapScaler::ResizeMethod fMethod;
124 PixmapScalerBench(SkBitmapScaler::ResizeMethod method, const char suffix[]) : fMethod(method) {
  /external/skia/gm/
showmiplevels.cpp 173 const SkBitmapScaler::ResizeMethod methods[] = {

Completed in 771 milliseconds