MCPcopy Index your code
hub / github.com/HumbleUI/Skija / getPtr

Method getPtr

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

Source from the content-addressed store, hash-verified

6 public long _ptr;
7
8 public static long getPtr(Native n) { return n == null ? 0 : n._ptr; }
9
10 public Native(long ptr) {
11 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
quickRejectMethod · 0.95
drawDRRectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected