Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/skija
/ _getMatrixArray
Method
_getMatrixArray
shared/java/GradientStyle.java:22–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
@ApiStatus.Internal
23
public
float[] _getMatrixArray() {
24
return
_localMatrix == null ? null : _localMatrix.getMat();
25
}
26
}
Callers
4
makeLinearGradient
Method · 0.80
makeRadialGradient
Method · 0.80
makeTwoPointConicalGradient
Method · 0.80
makeSweepGradient
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected