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

Unified Diff: src/core/SkBlitter.h

Issue 1143173011: use pixmaps for dst in sprites -- NO BITMAPS (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add dox Created 5 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 | « src/core/SkBitmap.cpp ('k') | src/core/SkBlitter_Sprite.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkBlitter.h
diff --git a/src/core/SkBlitter.h b/src/core/SkBlitter.h
index 83e2e4e6ba65ee4cd984bd1ea91b695f65b630fb..695585a798f7df54576412a451f54406a8982ac7 100644
--- a/src/core/SkBlitter.h
+++ b/src/core/SkBlitter.h
@@ -128,7 +128,7 @@ public:
SkTBlitterAllocator*,
bool drawCoverage = false);
- static SkBlitter* ChooseSprite(const SkBitmap& device,
+ static SkBlitter* ChooseSprite(const SkPixmap& dst,
const SkPaint&,
const SkPixmap& src,
int left, int top,
« no previous file with comments | « src/core/SkBitmap.cpp ('k') | src/core/SkBlitter_Sprite.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698