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

/inkscape/src/
H A Dselection.cpp473 SPItem *this_item = *iter; local
474 this_item->getSnappoints(p, &snapprefs_dummy);
479 p.push_back(Inkscape::SnapCandidatePoint(this_item->getCenter(), SNAPSOURCE_ROTATION_CENTER));
H A Dsp-text.cpp871 SVGLength const *this_item; local
873 this_item = &(*overlay_list)[overlay_offset];
877 this_item = &parent_list[parent_offset];
880 output_list->push_back(*this_item);

Completed in 66 milliseconds