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

Method nextContour

shared/java/PathMeasure.java:176–183  ·  view source on GitHub ↗

Move to the next contour in the path. Return true if one exists, or false if we're done with the path.

()

Source from the content-addressed store, hash-verified

174 * we're done with the path.
175 */
176 public boolean nextContour() {
177 try {
178 Stats.onNativeCall();
179 return _nNextContour(_ptr);
180 } finally {
181 ReferenceUtil.reachabilityFence(this);
182 }
183 }
184
185 @ApiStatus.Internal
186 public static class _FinalizerHolder {

Calls 3

onNativeCallMethod · 0.95
_nNextContourMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 1

executeMethod · 0.64