MCPcopy Create free account
hub / github.com/JetBrains/skija / transform

Method transform

shared/java/Path.java:1651–1653  ·  view source on GitHub ↗

Transforms verb array, Point array, and weight by matrix. transform may change verbs and increase their number. Path is replaced by transformed data. @param matrix matrix to apply to Path @return this

(Matrix33 matrix)

Source from the content-addressed store, hash-verified

1649 * @return this
1650 */
1651 public Path transform(Matrix33 matrix) {
1652 return transform(matrix, null, true);
1653 }
1654
1655 /**
1656 * Transforms verb array, Point array, and weight by matrix.

Calls 3

onNativeCallMethod · 0.95
_nTransformMethod · 0.95
getPtrMethod · 0.95

Tested by

no test coverage detected