Home
last modified time | relevance | path

Searched refs:getNumberOfPoints (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DCachedPathIteratorFactory.java58 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 CachedPathIteratorFactory
257 int lastPointIndex = (getNumberOfPoints(type) - 1) * 2; in getPointAtLength()
379 System.arraycopy(mCurrentCoords, 0, coords, 0, getNumberOfPoints(mCurrentType) * 2); in currentSegment()