Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DCachedPathIteratorFactory.java78 CubicCurve2D.Float cubicCurve = new CubicCurve2D.Float(); in CachedPathIteratorFactory() local
86 cubicCurve.setCurve(lastX, lastY, in CachedPathIteratorFactory()
91 getFlatPathLength(cubicCurve.getPathIterator(null, PRECISION)); in CachedPathIteratorFactory()