Lines Matching defs:ibox
1154 Geom::IntRect ibox = round_rect(*dbox);
1157 g_message( " box --'%s' (%f,%f)-(%f,%f)", name, (double)ibox.left(), (double)ibox.top(), (double)ibox.right(), (double)ibox.bottom() );
1161 int width = ibox.width();
1162 int height = ibox.height();
1179 ibox = round_rect(*dbox * Geom::Scale(sf));
1181 g_message( " box2 --'%s' (%f,%f)-(%f,%f)", name, (double)ibox.left(), (double)ibox.top(), (double)ibox.right(), (double)ibox.bottom() );
1185 width = ibox.width();
1186 height = ibox.height();
1200 Geom::IntRect area = Geom::IntRect::from_xywh(ibox.min() - Geom::IntPoint(dx,dy), pdim);
1202 Geom::IntRect ua = *Geom::intersect(ibox, area);