Searched refs:subItem (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-item-group.cpp684 SPItem *subItem = NULL; local
686 subItem = dynamic_cast<SPItem *>(item->clip_ref->getObject()->firstChild());
688 if (subItem != NULL) {
689 subItem->doWriteTransform(subItem->getRepr(), subItem->transform*sc, NULL, true);
691 subItem = NULL;
693 subItem = dynamic_cast<SPItem *>(item->mask_ref->getObject()->firstChild());
695 if (subItem != NULL) {
696 subItem
[all...]

Completed in 21 milliseconds