Searched refs:mCurrentType (Results 1 – 2 of 2) sorted by relevance
287 private int mCurrentType; field in CachedPathIteratorFactory.CachedPathIterator339 getShapeEndPoint(mCurrentType, mCurrentCoords, mLastPoint); in next()344 mCurrentType = mTypes[mNextIndex]; in next()347 if (mOffsetLength > 0f && (mCurrentType == SEG_CUBICTO || mCurrentType == SEG_QUADTO)) { in next()362 if (mCurrentType == SEG_CUBICTO) { in next()379 System.arraycopy(mCurrentCoords, 0, coords, 0, getNumberOfPoints(mCurrentType) * 2); in currentSegment()380 return mCurrentType; in currentSegment()420 mCurrentType = PathIterator.SEG_MOVETO; in jumpToSegment()
33 private int mCurrentType; field in ProcessingTaskController82 return mCurrentType++; in getReservedType()