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

Method getPtr

shared/java/impl/Native.java:9–9  ·  view source on GitHub ↗
(Native n)

Source from the content-addressed store, hash-verified

7 public long _ptr;
8
9 public static long getPtr(Native n) { return n == null ? 0 : n._ptr; }
10
11 public Native(long ptr) {
12 if (ptr == 0)

Callers 15

drawPointMethod · 0.95
drawPointsMethod · 0.95
drawLinesMethod · 0.95
drawPolygonMethod · 0.95
drawLineMethod · 0.95
drawArcMethod · 0.95
drawRectMethod · 0.95
drawOvalMethod · 0.95
drawCircleMethod · 0.95
drawRRectMethod · 0.95
drawDRRectMethod · 0.95
drawPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected