summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrique Nakashima <hnakashima@chromium.org>2018-01-15 16:45:15 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-15 16:45:15 +0000
commit6e22f26ac67ac8876e50f38f1dcf4dddb4c818a4 (patch)
tree4fbf7edf2c4fd606c1f821f645ce1671d57a47e3
parente11ef0ce9f3b5fc094a2f082972dfaf9a6c375aa (diff)
downloadpdfium-6e22f26ac67ac8876e50f38f1dcf4dddb4c818a4.tar.xz
Correct doc for clipping param in FPDF_RenderPageBitmapWithMatrix.
Change-Id: I29a164f3d7b42a0918a8c559c5de23febcaa311a Reviewed-on: https://pdfium-review.googlesource.com/22850 Reviewed-by: Nicolás Peña Moreno <npm@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
-rw-r--r--public/fpdfview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/fpdfview.h b/public/fpdfview.h
index 697801231f..0898ec6770 100644
--- a/public/fpdfview.h
+++ b/public/fpdfview.h
@@ -677,7 +677,7 @@ FPDF_EXPORT void FPDF_CALLCONV FPDF_RenderPageBitmap(FPDF_BITMAP bitmap,
// page - Handle to the page. Returned by FPDF_LoadPage.
// matrix - The transform matrix, which must be invertible.
// See PDF Reference 1.7, 4.2.2 Common Transformations.
-// clipping - The rect to clip to in page coords.
+// clipping - The rect to clip to in device coords.
// flags - 0 for normal display, or combination of the Page
// Rendering flags defined above. With the FPDF_ANNOT
// flag, it renders all annotations that do not require