Searched refs:ScaleMethod (Results 1 – 2 of 2) sorted by relevance
18 enum ScaleMethod { Always = 0, Bigger, Smaller, Never }; enum24 ScaleMethod GetScaleMethod() const;
25 CPDF_IconFit::ScaleMethod CPDF_IconFit::GetScaleMethod() const { in GetScaleMethod()