Searched refs:POINT_ARRAY_SIZE (Results 1 – 1 of 1) sorted by relevance
46 private static final int POINT_ARRAY_SIZE = 8; field in PathIterator84 mPointsArray = (float[]) runtime.newNonMovableArray(float.class, POINT_ARRAY_SIZE); in PathIterator()114 if (points.length < offset + POINT_ARRAY_SIZE) { in next()120 System.arraycopy(mPointsArray, 0, points, offset, POINT_ARRAY_SIZE); in next()209 System.arraycopy(mPointsArray, 0, returnPoints, 0, POINT_ARRAY_SIZE); in next()