Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/randr/
H A Drrcrtc.c634 BoxRec newbox; in rrCheckPixmapBounding() local
650 newbox.x1 = x; in rrCheckPixmapBounding()
651 newbox.y1 = y; in rrCheckPixmapBounding()
654 newbox.x2 = x + h; in rrCheckPixmapBounding()
655 newbox.y2 = y + w; in rrCheckPixmapBounding()
657 newbox.x2 = x + w; in rrCheckPixmapBounding()
658 newbox.y2 = y + h; in rrCheckPixmapBounding()
663 crtc_to_box(&newbox, crtc); in rrCheckPixmapBounding()
665 RegionInit(&new_crtc_region, &newbox, 1); in rrCheckPixmapBounding()
679 newbox.x1 = x; in rrCheckPixmapBounding()
[all …]