Searched refs:FPDFDest_GetLocationInPage (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdfdoc_unittest.cpp | 250 EXPECT_TRUE(FPDFDest_GetLocationInPage(array.get(), &hasX, &hasY, &hasZoom, in TEST_F() 262 EXPECT_TRUE(FPDFDest_GetLocationInPage(array.get(), &hasX, &hasY, &hasZoom, in TEST_F() 269 EXPECT_FALSE(FPDFDest_GetLocationInPage(array.get(), &hasX, &hasY, &hasZoom, in TEST_F()
|
D | fpdfview_c_api_test.c | 111 CHK(FPDFDest_GetLocationInPage); in CheckPDFiumCApi()
|
D | fpdfdoc_embeddertest.cpp | 120 FPDFDest_GetLocationInPage(dest, &hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST_F()
|
D | fpdfdoc.cpp | 232 FPDFDest_GetLocationInPage(FPDF_DEST pDict, in FPDFDest_GetLocationInPage() function
|
/external/pdfium/public/ |
D | fpdf_doc.h | 216 FPDFDest_GetLocationInPage(FPDF_DEST dest,
|