Lines Matching refs:newBounding
539 XRectangle newBounding[2];
551 newBounding[0].x = tmp->title_x - tmp->frame_bw3D;
552 newBounding[0].y = tmp->title_y - tmp->frame_bw3D;
553 newBounding[0].width = tmp->title_width + fbw2 + 2 * tmp->frame_bw3D;
554 newBounding[0].height = tmp->title_height;
555 newBounding[1].x = -tmp->frame_bw;
556 newBounding[1].y = Scr->TitleHeight;
557 newBounding[1].width = tmp->attr.width + fbw2 + 2 * tmp->frame_bw3D;
558 newBounding[1].height = tmp->attr.height + fbw2 + 2 * tmp->frame_bw3D;
560 newBounding, 2, ShapeSet, YXBanded);