Searched refs:iPoints (Results 1 – 1 of 1) sorted by relevance
28 int32_t iPoints = m_Path.GetPointCount(); in GetLastPoint() local29 if (iCount > iPoints) { in GetLastPoint()32 return m_Path.GetPoints() + iPoints - iCount; in GetLastPoint()42 int32_t iPoints = m_Path.GetPointCount(); in AddPoints() local44 return m_Path.GetPoints() + iPoints; in AddPoints()