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
()
| 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 | /** |