MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nGetFillPath

Method _nGetFillPath

shared/java/Paint.java:739–739  ·  view source on GitHub ↗
(long ptr, long path, float resScale)

Source from the content-addressed store, hash-verified

737 public static native int _nGetStrokeJoin(long ptr);
738 public static native void _nSetStrokeJoin(long ptr, int value);
739 public static native long _nGetFillPath(long ptr, long path, float resScale);
740 public static native long _nGetFillPathCull(long ptr, long path, float left, float top, float right, float bottom, float resScale);
741 public static native long _nGetShader(long ptr);
742 public static native void _nSetShader(long ptr, long shaderPtr);

Callers 1

getFillPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected