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

Method _nQuickReject

shared/java/Canvas.java:1574–1574  ·  view source on GitHub ↗
(long ptr, float left, float top, float right, float bottom)

Source from the content-addressed store, hash-verified

1572 public static native void _nDrawOval(long ptr, float left, float top, float right, float bottom, long paint);
1573 public static native void _nDrawRRect(long ptr, float left, float top, float right, float bottom, float[] radii, long paintPtr);
1574 public static native boolean _nQuickReject(long ptr, float left, float top, float right, float bottom);
1575 public static native boolean _nQuickRejectPath(long ptr, long pathPtr);
1576 public static native void _nDrawDRRect(long ptr, float ol, float ot, float or, float ob, float[] oradii, float il, float it, float ir, float ib, float[] iradii, long paintPtr);
1577 public static native void _nDrawPath(long ptr, long nativePath, long paintPtr);

Callers 1

quickRejectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected