Home
last modified time | relevance | path

Searched refs:WinBox (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c510 BoxRec WinBox; in KdXVRegetVideo() local
517 WinBox.x1 = portPriv->pDraw->x + portPriv->drw_x; in KdXVRegetVideo()
518 WinBox.y1 = portPriv->pDraw->y + portPriv->drw_y; in KdXVRegetVideo()
519 WinBox.x2 = WinBox.x1 + portPriv->drw_w; in KdXVRegetVideo()
520 WinBox.y2 = WinBox.y1 + portPriv->drw_h; in KdXVRegetVideo()
523 RegionInit(&WinRegion, &WinBox, 1); in KdXVRegetVideo()
535 WinBox.x1, WinBox.y1, in KdXVRegetVideo()
567 BoxRec WinBox; in KdXVReputVideo() local
578 WinBox.x1 = portPriv->pDraw->x + portPriv->drw_x; in KdXVReputVideo()
579 WinBox.y1 = portPriv->pDraw->y + portPriv->drw_y; in KdXVReputVideo()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.c648 BoxRec WinBox; in xf86XVRegetVideo() local
655 WinBox.x1 = portPriv->pDraw->x + portPriv->drw_x; in xf86XVRegetVideo()
656 WinBox.y1 = portPriv->pDraw->y + portPriv->drw_y; in xf86XVRegetVideo()
657 WinBox.x2 = WinBox.x1 + portPriv->drw_w; in xf86XVRegetVideo()
658 WinBox.y2 = WinBox.y1 + portPriv->drw_h; in xf86XVRegetVideo()
661 RegionInit(&WinRegion, &WinBox, 1); in xf86XVRegetVideo()
673 WinBox.x1, WinBox.y1, in xf86XVRegetVideo()
705 BoxRec WinBox; in xf86XVReputVideo() local
712 WinBox.x1 = portPriv->pDraw->x + portPriv->drw_x; in xf86XVReputVideo()
713 WinBox.y1 = portPriv->pDraw->y + portPriv->drw_y; in xf86XVReputVideo()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-xv.c151 BoxRec WinBox; in xwl_glamor_xv_put_image() local
157 WinBox.x1 = pDrawable->x + drw_x; in xwl_glamor_xv_put_image()
158 WinBox.y1 = pDrawable->y + drw_y; in xwl_glamor_xv_put_image()
159 WinBox.x2 = WinBox.x1 + drw_w; in xwl_glamor_xv_put_image()
160 WinBox.y2 = WinBox.y1 + drw_h; in xwl_glamor_xv_put_image()
162 RegionInit(&WinRegion, &WinBox, 1); in xwl_glamor_xv_put_image()