Searched refs:FPDFDest_GetLocationInPage (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_doc_unittest.cpp | 233 EXPECT_TRUE(FPDFDest_GetLocationInPage(FPDFDestFromCPDFArray(array.Get()), in TEST_F() 246 EXPECT_TRUE(FPDFDest_GetLocationInPage(FPDFDestFromCPDFArray(array.Get()), in TEST_F() 254 EXPECT_FALSE(FPDFDest_GetLocationInPage(FPDFDestFromCPDFArray(array.Get()), in TEST_F()
|
D | fpdf_doc_embeddertest.cpp | 143 EXPECT_FALSE(FPDFDest_GetLocationInPage(nullptr, &hasX, &hasY, &hasZoom, &x, in TEST_F() 148 FPDFDest_GetLocationInPage(dest, &hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST_F() 199 FPDF_BOOL success = FPDFDest_GetLocationInPage( in TEST_F() 215 FPDF_BOOL success = FPDFDest_GetLocationInPage( in TEST_F()
|
D | fpdf_view_c_api_test.c | 123 CHK(FPDFDest_GetLocationInPage); in CheckPDFiumCApi()
|
D | fpdf_doc.cpp | 252 FPDFDest_GetLocationInPage(FPDF_DEST dest, in FPDFDest_GetLocationInPage() function
|
/external/pdfium/public/ |
D | fpdf_doc.h | 220 FPDFDest_GetLocationInPage(FPDF_DEST dest,
|