Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DCachedPathIteratorFactory.java295 private float[] mCurrentCoords = new float[6]; field in CachedPathIteratorFactory.CachedPathIterator
339 getShapeEndPoint(mCurrentType, mCurrentCoords, mLastPoint); in next()
367 System.arraycopy(points, 2, mCurrentCoords, 0, mCoordinates[mNextIndex].length); in next()
369 System.arraycopy(mCoordinates[mNextIndex], 0, mCurrentCoords, 0, in next()
379 System.arraycopy(mCurrentCoords, 0, coords, 0, getNumberOfPoints(mCurrentType) * 2); in currentSegment()
421 mCurrentCoords[0] = estimatedPoint[0]; in jumpToSegment()
422 mCurrentCoords[1] = estimatedPoint[1]; in jumpToSegment()