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

/inkscape/src/trace/
H A Dtrace.cpp529 SPItem *newItem = SP_ITEM(reprobj); local
530 newItem->doWriteTransform(pathRepr, tf, NULL);
/inkscape/src/
H A Dselection-chemistry.cpp1014 SPItem *newItem = dynamic_cast<SPItem *>(newref); local
1015 if (newItem) {
1016 Geom::OptRect newref_bbox = newItem->desktopVisualBounds();
1093 SPItem *newItem = dynamic_cast<SPItem *>(newref); local
1094 if (newItem) {
1095 Geom::OptRect ref_bbox = newItem->desktopVisualBounds();

Completed in 66 milliseconds