Home
last modified time | relevance | path

Searched refs:GetZoomMode (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_dest.cpp71 int CPDF_Dest::GetZoomMode() const { in GetZoomMode() function in CPDF_Dest
141 unsigned long maxParamsForFitType = g_sZoomModeMaxParamCount[GetZoomMode()]; in GetNumParams()
Dcpdf_dest.h30 int GetZoomMode() const;
/external/pdfium/fpdfsdk/
Dfpdfdoc.cpp228 return dest.GetZoomMode(); in FPDFDest_GetView()
Dfsdk_actionhandler.cpp423 int nFitType = MyDest.GetZoomMode(); in DoAction_GoTo()
/external/pdfium/fxjs/
Dcjs_document.cpp1470 m_pFormFillEnv->DoGoToAction(dest.GetPageIndex(pDocument), dest.GetZoomMode(), in gotoNamedDest()