From 6e22f26ac67ac8876e50f38f1dcf4dddb4c818a4 Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Mon, 15 Jan 2018 16:45:15 +0000 Subject: Correct doc for clipping param in FPDF_RenderPageBitmapWithMatrix. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I29a164f3d7b42a0918a8c559c5de23febcaa311a Reviewed-on: https://pdfium-review.googlesource.com/22850 Reviewed-by: Nicolás Peña Moreno Commit-Queue: Henrique Nakashima --- public/fpdfview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3