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

  /external/chromium_org/ash/display/
display_change_observer_x11.cc 99 XRRCrtcInfo *crtc_info = local
101 crtc_info_map[crtc_id] = crtc_info;
127 const XRRCrtcInfo* crtc_info = crtc_info_map[output_info->crtc]; local
128 if (!crtc_info) {
134 chromeos::FindModeInfo(screen_resources, crtc_info->mode);
148 crtc_info->x, crtc_info->y, mode->width, mode->height);
  /external/chromium_org/chromeos/display/
real_output_configurator_delegate.cc 138 XRRCrtcInfo* crtc_info = XRRGetCrtcInfo( local
140 to_populate.current_mode = crtc_info->mode;
141 to_populate.x = crtc_info->x;
142 to_populate.y = crtc_info->y;
143 XRRFreeCrtcInfo(crtc_info);

Completed in 694 milliseconds