Searched refs:mPointsArray (Results 1 – 1 of 1) sorted by relevance
39 private final float[] mPointsArray; field in PathIterator84 mPointsArray = (float[]) runtime.newNonMovableArray(float.class, POINT_ARRAY_SIZE); in PathIterator()85 mPointsAddress = runtime.addressOf(mPointsArray); in PathIterator()120 System.arraycopy(mPointsArray, 0, points, offset, POINT_ARRAY_SIZE); in next()206 conicWeight = mPointsArray[6]; in next()209 System.arraycopy(mPointsArray, 0, returnPoints, 0, POINT_ARRAY_SIZE); in next()