Home
last modified time | relevance | path

Searched defs:Segment (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPathIterator.java230 public static class Segment { class in PathIterator
278 Segment(@NonNull @Verb int verb, @NonNull float[] points, float conicWeight) { in Segment() method in PathIterator.Segment