Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Icon.cpp140 FX_INT32 CPWL_Icon::GetScaleMethod() in GetScaleMethod() function in CPWL_Icon
143 return m_pIconFit->GetScaleMethod(); in GetScaleMethod()
202 FX_INT32 nScaleMethod = this->GetScaleMethod(); in GetScale()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Icon.h48 FX_INT32 GetScaleMethod();
/external/pdfium/core/src/fpdfdoc/
Ddoc_utils.cpp656 CPDF_IconFit::ScaleMethod CPDF_IconFit::GetScaleMethod() in GetScaleMethod() function in CPDF_IconFit
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1272 ScaleMethod GetScaleMethod();
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp840 int ScaleM = IconFit.GetScaleMethod(); in buttonScaleWhen()