Lines Matching refs:rect
251 XRectangle rect;
265 rect.x = rect.y = 0;
266 rect.width = cbw->core.width;
267 rect.height = cbw->core.height;
268 XUnionRectWithRegion( &rect, emptyRegion, outerRegion );
269 rect.x = rect.y = cbw->command.highlight_thickness;
270 rect.width -= cbw->command.highlight_thickness * 2;
271 rect.height -= cbw->command.highlight_thickness * 2;
272 XUnionRectWithRegion( &rect, emptyRegion, innerRegion );