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

Unified Diff: src/pdf/SkPDFCanvas.h

Issue 1992283002: Add drawBitmapLattice() API (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rewrite picture impls Created 4 years, 4 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/gpu/batches/GrNinePatch.cpp ('k') | src/pdf/SkPDFCanvas.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkPDFCanvas.h
diff --git a/src/pdf/SkPDFCanvas.h b/src/pdf/SkPDFCanvas.h
index 1c3ec715b74a4a3e84e70b38dc4bce98db74dc3d..76bb7e13e385e438a64d9d9c0da35eb5d9e50d2b 100644
--- a/src/pdf/SkPDFCanvas.h
+++ b/src/pdf/SkPDFCanvas.h
@@ -39,6 +39,11 @@ protected:
const SkPaint*,
SkCanvas::SrcRectConstraint) override;
+ void onDrawImageLattice(const SkImage*,
+ const Lattice& lattice,
+ const SkRect& dst,
+ const SkPaint*) override;
+
private:
typedef SkCanvas INHERITED;
};
« no previous file with comments | « src/gpu/batches/GrNinePatch.cpp ('k') | src/pdf/SkPDFCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698