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

  /external/pdfium/fpdfsdk/src/
fpdfview_c_api_test.c 202 CHK(FPDF_VIEWERREF_GetPrintScaling);
fpdfview_embeddertest.cpp 45 EXPECT_TRUE(FPDF_VIEWERREF_GetPrintScaling(document()));
fpdfview.cpp 761 DLLEXPORT FPDF_BOOL STDCALL FPDF_VIEWERREF_GetPrintScaling(FPDF_DOCUMENT document)
  /external/pdfium/public/
fpdfview.h 561 // Function: FPDF_VIEWERREF_GetPrintScaling
568 DLLEXPORT FPDF_BOOL STDCALL FPDF_VIEWERREF_GetPrintScaling(FPDF_DOCUMENT document);
  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 154 return FPDF_VIEWERREF_GetPrintScaling(document);
PdfEditor.cpp 259 FPDF_BOOL success = FPDF_VIEWERREF_GetPrintScaling(document);

Completed in 91 milliseconds