Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: src/core/SkBitmapScaler.h

Issue 353163005: add a second interface to the resizer to exactly match what Chrome expects. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkBitmapScaler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkBitmapScaler.h
diff --git a/src/core/SkBitmapScaler.h b/src/core/SkBitmapScaler.h
index ef559df606c727c2342d6948098cc37d5295e5b8..ec4c8170bc5700ed6ac3d2c7f42f30cd0e0291a3 100644
--- a/src/core/SkBitmapScaler.h
+++ b/src/core/SkBitmapScaler.h
@@ -85,6 +85,11 @@ public:
float dest_width, float dest_height,
SkBitmap::Allocator* allocator = NULL);
+ static SkBitmap Resize(const SkBitmap& source,
+ ResizeMethod method,
+ float dest_width, float dest_height,
+ SkBitmap::Allocator* allocator = NULL);
+
/** Platforms can also optionally overwrite the convolution functions
if we have SIMD versions of them.
*/
« no previous file with comments | « no previous file | src/core/SkBitmapScaler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698