Searched refs:fullscreen_rect (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddristruct.h95 drm_clip_rect_t fullscreen_rect; /* fake rect for fullscreen mode */ member in struct:_DRIScreenPrivRec
H A Ddri.c1511 pDRIPriv->fullscreen_rect.x1 = *X;
1512 pDRIPriv->fullscreen_rect.y1 = *Y;
1513 pDRIPriv->fullscreen_rect.x2 = *X + *W;
1514 pDRIPriv->fullscreen_rect.y2 = *Y + *H;
1517 *pClipRects = &pDRIPriv->fullscreen_rect;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddristruct.h91 drm_clip_rect_t fullscreen_rect; /* fake rect for fullscreen mode */ member in struct:_DRIScreenPrivRec
H A Ddri.c1535 pDRIPriv->fullscreen_rect.x1 = *X;
1536 pDRIPriv->fullscreen_rect.y1 = *Y;
1537 pDRIPriv->fullscreen_rect.x2 = *X + *W;
1538 pDRIPriv->fullscreen_rect.y2 = *Y + *H;
1541 *pClipRects = &pDRIPriv->fullscreen_rect;

Completed in 65 milliseconds