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

/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessValTree.c117 register BoxPtr boundBox; local in function:RootlessShapedWindowIn
123 boundBox = RegionRects (bounding);
131 if ((t = boundBox->x1 + x) < x1)
134 if ((t = boundBox->y1 + y) < y1)
137 if ((t = boundBox->x2 + x) > x2)
140 if ((t = boundBox->y2 + y) > y2)
162 boundBox++;
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmivaltree.c114 BoxPtr boundBox; local in function:miShapedWindowIn
120 boundBox = RegionRects (bounding);
128 if ((t = boundBox->x1 + x) < x1)
131 if ((t = boundBox->y1 + y) < y1)
134 if ((t = boundBox->x2 + x) > x2)
137 if ((t = boundBox->y2 + y) > y2)
159 boundBox++;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmivaltree.c115 BoxPtr boundBox; local in function:miShapedWindowIn
121 boundBox = RegionRects(bounding);
128 if ((t = boundBox->x1 + x) < x1)
131 if ((t = boundBox->y1 + y) < y1)
134 if ((t = boundBox->x2 + x) > x2)
137 if ((t = boundBox->y2 + y) > y2)
158 boundBox++;

Completed in 5 milliseconds