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

  /external/pdfium/fpdfsdk/src/
fpdfview_c_api_test.c 188 CHK(FPDF_GetPageSizeByIndex);
fpdfview.cpp 744 DLLEXPORT int STDCALL FPDF_GetPageSizeByIndex(FPDF_DOCUMENT document, int page_index, double* width, double* height)
  /frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp 192 const int result = FPDF_GetPageSizeByIndex(document, pageIndex, &width, &height);
244 const int result = FPDF_GetPageSizeByIndex(document, pageIndex, &width, &height);
PdfRenderer.cpp 122 const int result = FPDF_GetPageSizeByIndex(document, pageIndex, &width, &height);
  /external/pdfium/public/
fpdfview.h 305 // Function: FPDF_GetPageSizeByIndex
315 DLLEXPORT int STDCALL FPDF_GetPageSizeByIndex(FPDF_DOCUMENT document, int page_index, double* width, double* height);

Completed in 67 milliseconds