Home
last modified time | relevance | path

Searched refs:IsProportionalScale (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_iconfit.cpp43 bool CPDF_IconFit::IsProportionalScale() const { in IsProportionalScale() function in CPDF_IconFit
111 if (IsProportionalScale()) { in GetScale()
Dcpdf_iconfit.h24 bool IsProportionalScale() const;
/external/pdfium/fxjs/
Dcjs_field.cpp882 pRuntime->NewBoolean(!pFormControl->GetIconFit().IsProportionalScale())); in get_button_scale_how()