Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ scale
Method
scale
shared/java/Canvas.java:1258–1261 ·
view source on GitHub ↗
(float sx, float sy)
Source
from the content-addressed store, hash-verified
1256
}
1257
1258
@NotNull @Contract(
"_, _ -> this"
)
1259
public
Canvas scale(float sx, float sy) {
1260
return
concat(Matrix33.makeScale(sx, sy));
1261
}
1262
1263
/**
1264
* @param deg angle in degrees
Callers
3
localClipBounds
Method · 0.95
deviceClipBounds
Method · 0.95
drawBitmapCanvas
Method · 0.95
Calls
2
concat
Method · 0.95
makeScale
Method · 0.95
Tested by
2
localClipBounds
Method · 0.76
deviceClipBounds
Method · 0.76