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

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

Completed in 75 milliseconds