MCPcopy 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

makeLinearGradientMethod · 0.80
makeRadialGradientMethod · 0.80
makeSweepGradientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected