Searched refs:wrapPathIndex (Results 1 – 1 of 1) sorted by relevance
622 QList<int> wrapPathIndex; in updateCirclePathForRendering() local639 wrapPathIndex << index; in updateCirclePathForRendering()640 if (wrapPathIndex.size() == 2 || !(crossNorthPole && crossSouthPole)) in updateCirclePathForRendering()647 if (wrapPathIndex.size() > 0) { in updateCirclePathForRendering()649 QDoubleVector2D wrapCoord = path.at(wrapPathIndex[0]); in updateCirclePathForRendering()650 if (wrapPathIndex.size() == 2) { in updateCirclePathForRendering()651 QDoubleVector2D wrapCoord2 = path.at(wrapPathIndex[1]); in updateCirclePathForRendering()657 for (int i = 0; i < wrapPathIndex.size(); ++i) { in updateCirclePathForRendering()658 int index = wrapPathIndex[i] == 0 ? 0 : wrapPathIndex[i] + i*2; in updateCirclePathForRendering()