HomeSort by relevance Sort by last modified time
    Searched refs:first_display (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.h 59 bool first_display; member in struct:private_yuvhwdata
SDL_sysyuv.cc 202 overlay->hwdata->first_display = true;
286 if (overlay->hwdata->first_display) {
288 overlay->hwdata->first_display = false;
  /external/chromium_org/ash/display/
display_manager.cc 736 DisplayInfo first_display = GetDisplayInfo(displays_[0].id()); local
737 new_display_info_list.push_back(first_display);
741 gfx::Rect host_bounds = first_display.bounds_in_pixel();

Completed in 136 milliseconds