aboutsummaryrefslogtreecommitdiff
path: root/public/fpdf_transformpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'public/fpdf_transformpage.h')
-rw-r--r--public/fpdf_transformpage.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/public/fpdf_transformpage.h b/public/fpdf_transformpage.h
index 38ef1130a..d5c5daaf8 100644
--- a/public/fpdf_transformpage.h
+++ b/public/fpdf_transformpage.h
@@ -1,4 +1,4 @@
-// Copyright 2014 PDFium Authors. All rights reserved.
+// Copyright 2014 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -226,9 +226,9 @@ FPDFPageObj_TransformClipPath(FPDF_PAGEOBJECT page_object,
// page object - Handle to a page object. Returned by e.g.
// FPDFPage_GetObject().
//
-// Caller does not take ownership of the returned FPDF_CLIPPATH. Instead, it
-// remains valid until FPDF_ClosePage() is called for the page containing
-// page_object.
+// Returns the handle to the clip path, or NULL on failure. The caller does not
+// take ownership of the returned FPDF_CLIPPATH. Instead, it remains valid until
+// FPDF_ClosePage() is called for the page containing |page_object|.
FPDF_EXPORT FPDF_CLIPPATH FPDF_CALLCONV
FPDFPageObj_GetClipPath(FPDF_PAGEOBJECT page_object);
@@ -257,9 +257,9 @@ FPDFClipPath_CountPathSegments(FPDF_CLIPPATH clip_path, int path_index);
// path_index - the index of a path.
// segment_index - the index of a segment.
//
-// Returns the handle to the segment, or NULL on failure. The caller does not
-// take ownership of the returned FPDF_CLIPPATH. Instead, it remains valid until
-// FPDF_ClosePage() is called for the page containing page_object.
+// Returns the handle to the segment, or NULL on failure. The caller does not
+// take ownership of the returned FPDF_PATHSEGMENT. Instead, it remains valid
+// until FPDF_ClosePage() is called for the page containing |clip_path|.
FPDF_EXPORT FPDF_PATHSEGMENT FPDF_CALLCONV
FPDFClipPath_GetPathSegment(FPDF_CLIPPATH clip_path,
int path_index,