HomeSort by relevance Sort by last modified time
    Searched defs:DisplayState (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/display/chromeos/
display_configurator.h 40 struct DisplayState {
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);
display_configurator.cc 73 const std::vector<DisplayConfigurator::DisplayState>& display_states,
104 DisplayConfigurator::DisplayState::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* state = &cached_displays_[i]
    [all...]
  /external/qemu/include/qemu/
typedefs.h 35 typedef struct DisplayState DisplayState;
  /frameworks/native/include/private/gui/
LayerState.h 102 struct DisplayState {
  /external/qemu/include/ui/
console.h 172 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 {
223 struct DisplayState *next
    [all...]

Completed in 165 milliseconds