Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_iconfit.h24 ScaleMethod GetScaleMethod() const;
Dcpdf_iconfit.cpp25 CPDF_IconFit::ScaleMethod CPDF_IconFit::GetScaleMethod() const { in GetScaleMethod() function in CPDF_IconFit
/external/pdfium/fpdfsdk/pwl/
Dcpwl_icon.cpp56 int32_t nScaleMethod = m_pIconFit ? m_pIconFit->GetScaleMethod() : 0; in GetScale()
/external/pdfium/fxjs/
Dcjs_field.cpp882 int ScaleM = IconFit.GetScaleMethod(); in get_button_scale_when()