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

Method _nTransform

shared/java/Path.java:2020–2020  ·  view source on GitHub ↗
(long ptr, float[] matrix, long dst, boolean applyPerspectiveClip)

Source from the content-addressed store, hash-verified

2018 public static native void _nReverseAddPath(long ptr, long srcPtr);
2019 public static native void _nOffset(long ptr, float dx, float dy, long dst);
2020 public static native void _nTransform(long ptr, float[] matrix, long dst, boolean applyPerspectiveClip);
2021 public static native Point _nGetLastPt(long ptr);
2022 public static native void _nSetLastPt(long ptr, float x, float y);
2023 public static native int _nGetSegmentMasks(long ptr);

Callers 1

transformMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected