HomeSort by relevance Sort by last modified time
    Searched refs:FPDF_LoadPage (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp 182 CPDF_Page* page = (CPDF_Page*) FPDF_LoadPage(document, pageIndex);
234 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex);
267 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex);
315 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex);
PdfRenderer.cpp 111 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex);
  /external/pdfium/fpdfsdk/src/
fpdfview_c_api_test.c 185 CHK(FPDF_LoadPage);
fpdfview.cpp 301 DLLEXPORT FPDF_PAGE STDCALL FPDF_LoadPage(FPDF_DOCUMENT document, int page_index)
  /external/pdfium/public/
fpdfview.h 272 // 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/
embedder_test.cpp 253 FPDF_PAGE page = FPDF_LoadPage(document_, page_number);
  /external/pdfium/samples/
pdfium_test.cc 490 FPDF_PAGE page = FPDF_LoadPage(doc, i);

Completed in 183 milliseconds