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

/external/pdfium/fpdfsdk/include/
H A Dfpdfview.h263 // Function: FPDF_LoadPage
274 DLLEXPORT FPDF_PAGE STDCALL FPDF_LoadPage(FPDF_DOCUMENT document, int page_index);
279 // page - Handle to the page. Returned by FPDF_LoadPage function.
289 // page - Handle to the page. Returned by FPDF_LoadPage function.
328 // page - Handle to the page. Returned by FPDF_LoadPage function.
348 // page - Handle to the page. Returned by FPDF_LoadPage function.
383 // page - Handle to the page. Returned by FPDF_LoadPage function.
413 // page - Handle to the page. Returned by FPDF_LoadPage function.
/external/chromium_org/pdf/pdfium/
H A Dpdfium_page.cc74 page_ = FPDF_LoadPage(engine_->doc(), index_);
87 page_ = FPDF_LoadPage(engine_->doc(), index_);
H A Dpdfium_engine.cc372 // |page| Handle to the source page. Returned by FPDF_LoadPage function.
1106 FPDF_PAGE pdf_page = FPDF_LoadPage(doc_, page_number);
1169 FPDF_PAGE page = FPDF_LoadPage(doc, i);
1261 FPDF_PAGE page = FPDF_LoadPage(doc, i);
3371 FPDF_PAGE page = FPDF_LoadPage(doc, page_number);
3460 FPDF_PAGE page = FPDF_LoadPage(doc, page_number);
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp387 DLLEXPORT FPDF_PAGE STDCALL FPDF_LoadPage(FPDF_DOCUMENT document, int page_index) function

Completed in 607 milliseconds