MCPcopy Create free account
hub / github.com/HumbleUI/Skija / iterator

Method iterator

shared/java/Path.java:1033–1036  ·  view source on GitHub ↗

Iterates through verb array, and associated Point array and conic weight. @return PathSegmentIterator

()

Source from the content-addressed store, hash-verified

1031 * @return {@link PathSegmentIterator}
1032 */
1033 @NotNull @Override
1034 public PathSegmentIterator iterator() {
1035 return iterator(false);
1036 }
1037
1038 /**
1039 * Iterates through verb array, and associated {@link Point} array and conic

Callers 1

iterMethod · 0.80

Calls 1

makeMethod · 0.95

Tested by 1

iterMethod · 0.64