Lines Matching full:scalefactor
21 enum ScaleFactor {
40 const std::vector<ScaleFactor>& scale_factors);
44 UI_BASE_EXPORT const std::vector<ScaleFactor>& GetSupportedScaleFactors();
46 // Returns the supported ScaleFactor which most closely matches |scale|.
47 // Converting from float to ScaleFactor is inefficient and should be done as
49 UI_BASE_EXPORT ScaleFactor GetSupportedScaleFactor(float image_scale);
51 // Returns the ScaleFactor used by |view|.
55 UI_BASE_EXPORT float GetScaleForScaleFactor(ScaleFactor scale_factor);
63 const std::vector<ui::ScaleFactor>& new_scale_factors);
67 std::vector<ui::ScaleFactor>* original_scale_factors_;