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
108 public PathIterator getPathIterator() { in getPathIterator()109 return new PathIterator(this); in getPathIterator()
380 "jni/PathIterator.cpp",
2290 android.graphics.PathIterator
24676 Landroid/graphics/PathIterator;
2294 android.graphics.PathIterator
34810 Landroid/graphics/PathIterator;
16728 method @NonNull public android.graphics.PathIterator getPathIterator();16792 public class PathIterator implements java.util.Iterator<android.graphics.PathIterator.Segment> {16795 method @NonNull public android.graphics.PathIterator.Segment next();16806 public static class PathIterator.Segment {