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 23 EXPECT_FALSE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST() 32 EXPECT_FALSE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST() 38 EXPECT_TRUE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST() 49 EXPECT_TRUE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST() 57 EXPECT_TRUE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST()
|
D | cpdf_dest.h | 28 bool GetXYZ(bool* pHasX,
|
D | cpdf_dest.cpp | 69 bool CPDF_Dest::GetXYZ(bool* pHasX, in GetXYZ() function in CPDF_Dest
|
/external/pdfium/fpdfsdk/ |
D | fpdfdoc.cpp | 240 if (!dest->GetXYZ(&bHasX, &bHasY, &bHasZoom, x, y, zoom)) in FPDFDest_GetLocationInPage()
|