Searched refs:getNumberOfPoints (Results 1 – 1 of 1) sorted by relevance
58 int nPoints = getNumberOfPoints(type) * 2; // 2 coordinates per point in CachedPathIteratorFactory()192 int pointIndex = (getNumberOfPoints(type) - 1) * 2; in getShapeEndPoint()200 private static int getNumberOfPoints(int segmentType) { in getNumberOfPoints() method in CachedPathIteratorFactory257 int lastPointIndex = (getNumberOfPoints(type) - 1) * 2; in getPointAtLength()379 System.arraycopy(mCurrentCoords, 0, coords, 0, getNumberOfPoints(mCurrentType) * 2); in currentSegment()