Lines Matching defs:view
320 * removes the old view of the marker and establishes a new one, registering
372 SPMarkerView *view = &(it->second);
373 if (pos >= view->items.size() ) {
379 if (view->items[pos] == NULL) {
382 view->items[pos] = marker->private_show(parent->drawing(), key, SP_ITEM_REFERENCE_FLAGS);
384 if (view->items[pos]) {
386 parent->prependChild(view->items[pos]);
387 Inkscape::DrawingGroup *g = dynamic_cast<Inkscape::DrawingGroup *>(view->items[pos]);
392 if (view->items[pos]) {
408 view->items[pos]->setTransform(m);
411 return view->items[pos];