Lines Matching full:handle
36 // A handle to a document. If failed, NULL is returned.
48 // document - Handle to document. Returned by FPDF_LoadDocument and FPDF_CreateNewDocument.
53 // The handle to the page.
61 // document - Handle to document. Returned by FPDF_LoadDocument and FPDF_CreateNewDocument.
70 // page - Handle to a page. Returned by FPDFPage_New or FPDF_LoadPage.
80 // page - Handle to a page. Returned by FPDFPage_New or FPDF_LoadPage.
92 // page - Handle to a page. Returned by FPDFPage_New or FPDF_LoadPage.
93 // page_obj - Handle to a page object. Returned by FPDFPageObj_NewTextObj,FPDFPageObj_NewTextObjEx and
102 // page - Handle to a page. Returned by FPDFPage_New or FPDF_LoadPage.
110 // page - Handle to a page. Returned by FPDFPage_New or FPDF_LoadPage.
113 // The handle of the page object. Null for failed.
119 // page - Handle to a page. Returned by FPDFPage_New or FPDF_LoadPage.
128 // page - Handle to a page. Returned by FPDFPage_New or FPDF_LoadPage.
145 // pageObject - Handle to a page object.
154 // page_object - Handle to a page object. Returned by FPDFPageObj_NewImageObj.
169 // page - Handle to a page.
197 // document - Handle to document. Returned by FPDF_LoadDocument or FPDF_CreateNewDocument function.
199 // Handle of image object.
208 // image_object - Handle of image object returned by FPDFPageObj_NewImgeObj.
221 // image_object - Handle of image object returned by FPDFPageObj_NewImgeObj.
238 // image_object - Handle of image object returned by FPDFPageObj_NewImgeObj.
239 // bitmap - The handle of the bitmap which you want to set it to the image object.