Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
drawDRRect
Method · 0.95
drawPath
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected