Lines Matching refs:rect
234 XRectangle rect;
248 rect.x = rect.y = 0;
249 rect.width = cbw->core.width;
250 rect.height = cbw->core.height;
251 XUnionRectWithRegion( &rect, emptyRegion, outerRegion );
252 rect.x = rect.y = cbw->command.highlight_thickness;
253 rect.width -= cbw->command.highlight_thickness * 2;
254 rect.height -= cbw->command.highlight_thickness * 2;
255 XUnionRectWithRegion( &rect, emptyRegion, innerRegion );