Searched defs:h2attItem (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-conn-end-pair.cpp187 SPConnEndPair::getAttachedItems(SPItem *h2attItem[2]) const {
189 h2attItem[h] = this->_connEnd[h]->ref.getObject();
197 if (SP_IS_GROUP(h2attItem[h])) {
198 if (SP_GROUP(h2attItem[h])->getItemCount() == 0) {
201 h2attItem[h] = NULL;
210 SPItem *h2attItem[2] = {0}; local
211 getAttachedItems(h2attItem);
215 if ( h2attItem[h] ) {
216 g_assert(h2attItem[h]->avoidRef);
217 endPts[h] = h2attItem[
[all...]
H A Dsp-conn-end.cpp146 SPItem *h2attItem[2] = {0}; local
147 path->connEndPair.getAttachedItems(h2attItem);
149 SPObject const *const ancestor = get_nearest_common_ancestor(path, h2attItem);
159 if (h2attItem[h]) {
160 Geom::Affine h2i2anc = i2anc_affine(h2attItem[h], ancestor);
161 try_get_intersect_point_with_item(path, h2attItem[h], h2i2anc, path2anc,

Completed in 14 milliseconds