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

  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.c 375 XRRCrtcInfo *crtc_info; local
395 crtc_info = XRRGetCrtcInfo(psb_xrandr_info->dpy, psb_xrandr_info->res, psb_xrandr_info->res->crtcs[i]);
396 if (crtc_info) {
407 p_crtc->x = crtc_info->x;
408 p_crtc->y = crtc_info->y;
409 p_crtc->width = crtc_info->width;
410 p_crtc->height = crtc_info->height;
411 p_crtc->crtc_mode = crtc_info->mode;
412 p_crtc->noutput = crtc_info->noutput;
413 p_crtc->rotation = crtc_info->rotation
    [all...]
  /external/chromium_org/ui/display/chromeos/x11/
native_display_delegate_x11.cc 388 XRRCrtcInfo* crtc_info = XRRGetCrtcInfo(display_, screen_, info->crtc); local
389 current_mode_id = crtc_info->mode;
390 origin.SetPoint(crtc_info->x, crtc_info->y);
391 XRRFreeCrtcInfo(crtc_info);

Completed in 43 milliseconds