Lines Matching refs:crtcbox
429 BoxRec crtcbox;
436 crtc = intel_covering_crtc(scrn, box, NULL, &crtcbox);
449 y1 = (crtcbox.y1 <= box->y1) ? box->y1 - crtcbox.y1 : 0;
450 y2 = (box->y2 <= crtcbox.y2) ?
451 box->y2 - crtcbox.y1 : crtcbox.y2 - crtcbox.y1;
453 if (y1 == 0 && y2 == (crtcbox.y2 - crtcbox.y1))
555 BoxRec box, crtcbox;
564 crtc = intel_covering_crtc(pScrn, &box, NULL, &crtcbox);