Searched refs:GetXYZ (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_dest_unittest.cpp | 14 TEST(cpdf_dest, GetXYZ) { in TEST() argument 29 EXPECT_FALSE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST() 34 EXPECT_FALSE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST() 40 EXPECT_TRUE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST() 52 EXPECT_TRUE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST() 61 EXPECT_TRUE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST()
|
D | cpdf_dest.h | 33 bool GetXYZ(bool* pHasX,
|
D | cpdf_dest.cpp | 75 bool CPDF_Dest::GetXYZ(bool* pHasX, in GetXYZ() function in CPDF_Dest
|
/external/pdfium/fpdfsdk/ |
D | fpdf_doc.cpp | 268 if (!destination->GetXYZ(&bHasX, &bHasY, &bHasZoom, x, y, zoom)) in FPDFDest_GetLocationInPage()
|