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

Method isRRect

shared/java/Path.java:179–186  ·  view source on GitHub ↗

Returns RRect if this path is recognized as an oval, circle or RRect. @return bounds is recognized as an oval, circle or RRect, null otherwise @see https://fiddle.skia.org/c/@Path_isRRect

()

Source from the content-addressed store, hash-verified

177 * @see <a href="https://fiddle.skia.org/c/@Path_isRRect">https://fiddle.skia.org/c/@Path_isRRect</a>
178 */
179 public RRect isRRect() {
180 try {
181 Stats.onNativeCall();
182 return _nIsRRect(_ptr);
183 } finally {
184 Reference.reachabilityFence(this);
185 }
186 }
187
188 /**
189 * <p>Sets Path to its initial state.</p>

Callers 2

isShapeMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nIsRRectMethod · 0.95

Tested by 1

isShapeMethod · 0.64