Searched refs:PathIterator (Results 1 – 9 of 9) sorted by relevance
19 import static android.graphics.PathIterator.VERB_DONE;22 import android.graphics.PathIterator;61 PathIterator iterator = path.getPathIterator(); in testNextSegmentImpl()62 PathIterator.Segment segment = iterator.next(); in testNextSegmentImpl()74 PathIterator iterator = path.getPathIterator(); in testNextFloatsImpl()
37 public class PathIterator implements Iterator<PathIterator.Segment> { class50 PathIterator.class.getClassLoader(), nGetFinalizer());79 PathIterator(@NonNull Path path) { in PathIterator() method in PathIterator
100 public PathIterator getPathIterator() { in getPathIterator()101 return new PathIterator(this); in getPathIterator()
368 "jni/PathIterator.cpp",
2130 android.graphics.PathIterator
24914 Landroid/graphics/PathIterator;
2134 android.graphics.PathIterator
35021 Landroid/graphics/PathIterator;
16159 method @NonNull public android.graphics.PathIterator getPathIterator();16223 public class PathIterator implements java.util.Iterator<android.graphics.PathIterator.Segment> {16226 method @NonNull public android.graphics.PathIterator.Segment next();16237 public static class PathIterator.Segment {