Lines Matching defs:h2attItem
187 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};
211 getAttachedItems(h2attItem);
215 if ( h2attItem[h] ) {
216 g_assert(h2attItem[h]->avoidRef);
217 endPts[h] = h2attItem[h]->avoidRef->getConnectionPointPos();