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

Method reset

shared/java/Path.java:1020–1025  ·  view source on GitHub ↗

Sets Path to its initial state. Removes verb array, Point array, and weights, and sets FillMode to PathFillMode#WINDING. Internal storage associated with Path is released. @return this @see https://fiddle.skia.org/c/@Path_rese

()

Source from the content-addressed store, hash-verified

1018 * @see <a href="https://fiddle.skia.org/c/@Path_reset">https://fiddle.skia.org/c/@Path_reset</a>
1019 */
1020 @NotNull @Contract("-> this")
1021 public Path reset() {
1022 Stats.onNativeCall();
1023 _nReset(_ptr);
1024 return this;
1025 }
1026
1027 /**
1028 * Iterates through verb array, and associated {@link Point} array and conic

Calls 2

onNativeCallMethod · 0.95
_nResetMethod · 0.95

Tested by 2

checksMethod · 0.36
fillWithPaintMethod · 0.36