Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DCachedPathIteratorFactory.java57 int type = iterator.currentSegment(points); in CachedPathIteratorFactory()
225 int type = iterator.currentSegment(segment); in getFlatPathLength()
378 public int currentSegment(float[] coords) { in currentSegment() method in CachedPathIteratorFactory.CachedPathIterator
384 public int currentSegment(double[] coords) { in currentSegment() method in CachedPathIteratorFactory.CachedPathIterator
442 public int currentSegment(@NonNull float[] coords, float length) { in currentSegment() method in CachedPathIteratorFactory.CachedPathIterator
443 int type = currentSegment(coords); in currentSegment()
/frameworks/layoutlib/bridge/src/android/graphics/
DPathMeasure_Delegate.java148 type = pi.currentSegment(segment); in native_isClosed()
176 int type = iterator.currentSegment(points, stopD - accLength); in native_getSegment()
DRoundRectangle.java334 public int currentSegment(float[] coords) { in getPathIterator() method
351 public int currentSegment(double[] coords) { in getPathIterator() method
DPath_Delegate.java507 int type = iterator.currentSegment(segment); in nApproximate()
625 int type = it.currentSegment(coords); in isEmpty()