Lines Matching refs:crtcbox
394 BoxRec crtcbox;
401 crtc = intel_covering_crtc(scrn, box, NULL, &crtcbox);
414 y1 = (crtcbox.y1 <= box->y1) ? box->y1 - crtcbox.y1 : 0;
415 y2 = (box->y2 <= crtcbox.y2) ?
416 box->y2 - crtcbox.y1 : crtcbox.y2 - crtcbox.y1;
418 if (y1 == 0 && y2 == (crtcbox.y2 - crtcbox.y1))
520 BoxRec box, crtcbox;
529 crtc = intel_covering_crtc(pScrn, &box, NULL, &crtcbox);