Home
last modified time | relevance | path

Searched refs:ScaleMethod (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_iconfit.h18 enum ScaleMethod { Always = 0, Bigger, Smaller, Never }; enum
24 ScaleMethod GetScaleMethod() const;
Dcpdf_iconfit.cpp25 CPDF_IconFit::ScaleMethod CPDF_IconFit::GetScaleMethod() const { in GetScaleMethod()