Searched defs:DisplayState (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/display/chromeos/
H A Ddisplay_configurator.h40 struct DisplayState { struct in class:ui::DisplayConfigurator
41 DisplayState();
52 typedef std::vector<DisplayState> DisplayStateList;
63 const std::vector<DisplayState>& displays) {}
144 const std::vector<DisplayState>& cached_displays() const {
265 bool FindMirrorMode(DisplayState* internal_display,
266 DisplayState* external_display,
299 float GetMirroredDisplayAreaRatio(const DisplayState& display);
H A Ddisplay_configurator.cc73 const std::vector<DisplayConfigurator::DisplayState>& display_states,
104 DisplayConfigurator::DisplayState::DisplayState() function in class:ui::DisplayConfigurator::DisplayState
577 DisplayState display_state;
584 DisplayState* display_state = &cached_displays_[i];
649 bool DisplayConfigurator::FindMirrorMode(DisplayState* internal_display,
650 DisplayState* external_display,
799 DisplayState* state = &cached_displays_[i];
840 DisplayState* state = &cached_displays_[i];
855 DisplayState* stat
[all...]
/external/qemu/include/qemu/
H A Dtypedefs.h35 typedef struct DisplayState DisplayState; typedef in typeref:struct:DisplayState
/external/qemu/include/ui/
H A Dconsole.h172 void (*dpy_update)(struct DisplayState *s, int x, int y, int w, int h);
173 void (*dpy_resize)(struct DisplayState *s);
174 void (*dpy_setdata)(struct DisplayState *s);
175 void (*dpy_refresh)(struct DisplayState *s);
176 void (*dpy_copy)(struct DisplayState *s, int src_x, int src_y,
178 void (*dpy_fill)(struct DisplayState *s, int x, int y,
180 void (*dpy_text_cursor)(struct DisplayState *s, int x, int y);
185 void (*dpy_enablezoom)(struct DisplayState *s, int width, int height);
210 struct DisplayState { struct
223 struct DisplayState *nex
[all...]

Completed in 566 milliseconds