Home
last modified time | relevance | path

Searched refs:mConicWeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPathIterator.java233 private final float mConicWeight; field in PathIterator.Segment
275 return mConicWeight; in getConicWeight()
281 mConicWeight = conicWeight; in Segment()