• Home
  • Raw
  • Download

Lines Matching full:page

17 // Set "MediaBox" entry to the page dictionary.
19 // page - Handle to a page.
24 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetMediaBox(FPDF_PAGE page,
30 // Set "CropBox" entry to the page dictionary.
32 // page - Handle to a page.
37 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetCropBox(FPDF_PAGE page,
43 // Set "BleedBox" entry to the page dictionary.
45 // page - Handle to a page.
50 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetBleedBox(FPDF_PAGE page,
56 // Set "TrimBox" entry to the page dictionary.
58 // page - Handle to a page.
63 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetTrimBox(FPDF_PAGE page,
69 // Set "ArtBox" entry to the page dictionary.
71 // page - Handle to a page.
76 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetArtBox(FPDF_PAGE page,
82 // Get "MediaBox" entry from the page dictionary.
84 // page - Handle to a page.
92 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetMediaBox(FPDF_PAGE page,
98 // Get "CropBox" entry from the page dictionary.
100 // page - Handle to a page.
108 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetCropBox(FPDF_PAGE page,
114 // Get "BleedBox" entry from the page dictionary.
116 // page - Handle to a page.
124 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetBleedBox(FPDF_PAGE page,
130 // Get "TrimBox" entry from the page dictionary.
132 // page - Handle to a page.
140 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetTrimBox(FPDF_PAGE page,
146 // Get "ArtBox" entry from the page dictionary.
148 // page - Handle to a page.
156 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFPage_GetArtBox(FPDF_PAGE page,
162 // Apply transforms to |page|.
164 // If |matrix| is provided it will be applied to transform the page.
165 // If |clipRect| is provided it will be used to clip the resulting page.
169 // This function will transform the whole page, and would take effect to all the
170 // objects in the page.
172 // page - Page handle.
176 FPDFPage_TransFormWithClip(FPDF_PAGE page,
180 // Transform (scale, rotate, shear, move) the clip path of page object.
181 // page_object - Handle to a page object. Returned by
200 // Get the clip path of the page object.
202 // page object - Handle to a page object. Returned by e.g.
207 // FPDF_ClosePage() is called for the page containing |page_object|.
238 // until FPDF_ClosePage() is called for the page containing |clip_path|.
263 // Clip the page content, the page content that outside the clipping region
266 // A clip path will be inserted before the page content stream or content array.
267 // In this way, the page content will be clipped by this clip path.
269 // page - A page handle.
271 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_InsertClipPath(FPDF_PAGE page,