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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DCachedPathIteratorFactory.java308 private float[] mLastPoint = new float[2]; field in class:CachedPathIteratorFactory.CachedPathIterator
339 getShapeEndPoint(mCurrentType, mCurrentCoords, mLastPoint);
342 mLastPoint[0] = mLastPoint[1] = 0f;
392 point[0] = mLastPoint[0];
393 point[1] = mLastPoint[1];
458 curve[0] = mLastPoint[0];
459 curve[1] = mLastPoint[1];
470 getPointAtLength(type, coords, mLastPoint[0], mLastPoint[
[all...]

Completed in 27 milliseconds