Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmivaltree.c115 BoxPtr boundBox; in miShapedWindowIn() local
121 boundBox = RegionRects(bounding); in miShapedWindowIn()
128 if ((t = boundBox->x1 + x) < x1) in miShapedWindowIn()
131 if ((t = boundBox->y1 + y) < y1) in miShapedWindowIn()
134 if ((t = boundBox->x2 + x) > x2) in miShapedWindowIn()
137 if ((t = boundBox->y2 + y) > y2) in miShapedWindowIn()
158 boundBox++; in miShapedWindowIn()