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

Method isRRect

shared/java/Path.java:400–408  ·  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

398 * @see <a href="https://fiddle.skia.org/c/@Path_isRRect">https://fiddle.skia.org/c/@Path_isRRect</a>
399 */
400 @Nullable @Contract(pure = true)
401 public RRect isRRect() {
402 try {
403 Stats.onNativeCall();
404 return _nIsRRect(_ptr);
405 } finally {
406 ReferenceUtil.reachabilityFence(this);
407 }
408 }
409
410
411 /**

Callers 2

isShapeMethod · 0.80

Calls 3

onNativeCallMethod · 0.95
_nIsRRectMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 1

isShapeMethod · 0.64