Searched refs:FPDF_LoadPage (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfpdfview_c_api_test.c185 CHK(FPDF_LoadPage);
H A Dfpdfview.cpp301 DLLEXPORT FPDF_PAGE STDCALL FPDF_LoadPage(FPDF_DOCUMENT document, int page_index) function
/external/pdfium/public/
H A Dfpdfview.h272 // Function: FPDF_LoadPage
283 DLLEXPORT FPDF_PAGE STDCALL FPDF_LoadPage(FPDF_DOCUMENT document, int page_index);
288 // page - Handle to the page. Returned by FPDF_LoadPage function.
298 // page - Handle to the page. Returned by FPDF_LoadPage function.
339 // page - Handle to the page. Returned by FPDF_LoadPage function.
359 // page - Handle to the page. Returned by FPDF_LoadPage function.
394 // page - Handle to the page. Returned by FPDF_LoadPage function.
424 // page - Handle to the page. Returned by FPDF_LoadPage function.
/external/pdfium/testing/
H A Dembedder_test.cpp253 FPDF_PAGE page = FPDF_LoadPage(document_, page_number);
/external/pdfium/samples/
H A Dpdfium_test.cc490 FPDF_PAGE page = FPDF_LoadPage(doc, i);

Completed in 26 milliseconds