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

Method _nIsRect

shared/java/Path.java:2008–2008  ·  view source on GitHub ↗
(long ptr)

Source from the content-addressed store, hash-verified

2006 public static native void _nClosePath(long ptr);
2007 public static native Point[] _nConvertConicToQuads(float x0, float y0, float x1, float y1, float x2, float y2, float w, int pow2);
2008 public static native Rect _nIsRect(long ptr);
2009 public static native void _nAddRect(long ptr, float l, float t, float r, float b, int dir, int start);
2010 public static native void _nAddOval(long ptr, float l, float t, float r, float b, int dir, int start);
2011 public static native void _nAddCircle(long ptr, float x, float y, float r, int dir);

Callers 1

isRectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected