Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/skija
/ offset
Method
offset
shared/java/Point.java:37–40 ·
view source on GitHub ↗
(float dx, float dy)
Source
from the content-addressed store, hash-verified
35
}
36
37
@NotNull
38
public
Point offset(float dx, float dy) {
39
return
new
Point(_x + dx, _y + dy);
40
}
41
42
@NotNull
43
public
Point offset(@NotNull Point vec) {
Callers
1
draw
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected