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

Method _nGetFillPathCull

shared/java/Paint.java:740–740  ·  view source on GitHub ↗
(long ptr, long path, float left, float top, float right, float bottom, float resScale)

Source from the content-addressed store, hash-verified

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);
743 public static native long _nGetColorFilter(long ptr);

Callers 1

getFillPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected