Home | History | Annotate | Download | only in display

Lines Matching refs:DisplayInfo

57         const DisplayInfo& display_info) = 0;
79 static std::vector<float> GetScalesForDisplay(const DisplayInfo& info);
82 static float GetNextUIScale(const DisplayInfo& info, bool up);
228 const std::vector<DisplayInfo>& display_info_list);
231 void UpdateDisplays(const std::vector<DisplayInfo>& display_info_list);
262 const DisplayInfo& GetDisplayInfo(int64 display_id) const;
328 void AddMirrorDisplayInfoIfAny(std::vector<DisplayInfo>* display_info_list);
330 // Inserts and update the DisplayInfo according to the overscan
331 // state. Note that The DisplayInfo stored in the |internal_display_info_|
333 // you must use |GetDisplayInfo| to get the correct DisplayInfo for
335 void InsertAndUpdateDisplayInfo(const DisplayInfo& new_info);
338 void OnDisplayInfoUpdated(const DisplayInfo& display_info);
340 // Creates a display object from the DisplayInfo for |display_id|.
374 std::map<int64, DisplayInfo> display_info_;