MCPcopy Create free account
hub / github.com/JetBrains/skija / getPointsCount

Method getPointsCount

shared/java/Path.java:398–405  ·  view source on GitHub ↗

Returns the number of points in Path. Point count is initially zero. @return Path Point array length @see https://fiddle.skia.org/c/@Path_countPoints

()

Source from the content-addressed store, hash-verified

396 * @see <a href="https://fiddle.skia.org/c/@Path_countPoints">https://fiddle.skia.org/c/@Path_countPoints</a>
397 */
398 public int getPointsCount() {
399 try {
400 Stats.onNativeCall();
401 return _nGetPointsCount(_ptr);
402 } finally {
403 Reference.reachabilityFence(this);
404 }
405 }
406
407 /**
408 * <p>Returns Point at index in Point array. Valid range for index is

Callers 2

getPointsMethod · 0.95
storageMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nGetPointsCountMethod · 0.95

Tested by 1

storageMethod · 0.64