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

  /external/pdfium/fpdfsdk/src/
fpdfview_c_api_test.c 181 CHK(FPDF_GetLastError);
fpdfview.cpp 560 DLLEXPORT unsigned long STDCALL FPDF_GetLastError()
  /external/pdfium/public/
fpdfview.h 159 // If this function fails, you can use FPDF_GetLastError() to retrieve
176 // If this function fails, you can use FPDF_GetLastError() to retrieve
231 // Function: FPDF_GetLastError
241 DLLEXPORT unsigned long STDCALL FPDF_GetLastError();
  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 88 const long error = FPDF_GetLastError();
PdfEditor.cpp 96 const long error = FPDF_GetLastError();

Completed in 1022 milliseconds