Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
drawPoint
Method · 0.95
drawPoints
Method · 0.95
drawLines
Method · 0.95
drawPolygon
Method · 0.95
drawLine
Method · 0.95
drawArc
Method · 0.95
drawRect
Method · 0.95
drawOval
Method · 0.95
drawCircle
Method · 0.95
drawRRect
Method · 0.95
quickReject
Method · 0.95
drawDRRect
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected