Lines Matching defs:box
62 // We should not show a snap indicator when stretching a selection box, which is also constrained. That would be
130 target_name = _("bounding box corner");
133 target_name = _("bounding box side");
148 target_name = _("bounding box side midpoint");
151 target_name = _("bounding box midpoint");
187 source_name = _("Bounding box corner");
190 source_name = _("Bounding box midpoint");
193 source_name = _("Bounding box side midpoint");
318 // Display the bounding box, if we snapped to one
321 SPCanvasItem* box = sp_canvas_item_new(_desktop->getTempGroup(),
325 SP_CTRLRECT(box)->setRectangle(*bbox);
326 SP_CTRLRECT(box)->setColor(pre_snap ? 0x7f7f7fff : 0xff0000ff, 0, 0);
327 SP_CTRLRECT(box)->setDashed(true);
328 SP_CTRLRECT(box)->pickable = false; // See the extensive comment above
329 sp_canvas_item_move_to_z(box, 0);
330 _snaptarget_bbox = _desktop->add_temporary_canvasitem(box, timeout_val);