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

Unified Diff: public/fpdfview.h

Issue 1776313002: Add bitmaps and skp output to Skia port (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: wip; add skp output to test framework Created 4 years, 9 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
Index: public/fpdfview.h
diff --git a/public/fpdfview.h b/public/fpdfview.h
index 68d0b1ad83f765519d9886ed1b84998f68769f7f..8b220813db8a59c45844491335af1a9f33fbb72f 100644
--- a/public/fpdfview.h
+++ b/public/fpdfview.h
@@ -582,6 +582,10 @@ DLLEXPORT void STDCALL FPDF_RenderPageBitmap(FPDF_BITMAP bitmap,
int rotate,
int flags);
+FPDF_BITMAP FPDF_RenderPageSkp(FPDF_PAGE page,
+ int size_x,
+ int size_y);
+
// Function: FPDF_ClosePage
// Close a loaded PDF page.
// Parameters:

Powered by Google App Engine
This is Rietveld 408576698