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

Method addRRect

shared/java/Path.java:1397–1399  ·  view source on GitHub ↗

Adds rrect to Path, creating a new closed contour. RRect starts at top-left of the lower-left corner and winds clockwise. After appending, Path may be empty, or may contain: Rect, Oval, or RRect. @param rrect bounds and radii of rounded rectangle @return reference to Path @se

(RRect rrect)

Source from the content-addressed store, hash-verified

1395 * @see <a href="https://fiddle.skia.org/c/@Path_addRRect">https://fiddle.skia.org/c/@Path_addRRect</a>
1396 */
1397 public Path addRRect(RRect rrect) {
1398 return addRRect(rrect, PathDirection.CLOCKWISE, 6);
1399 }
1400
1401 /**
1402 * <p>Adds rrect to Path, creating a new closed contour. If

Callers 8

BitmapSceneMethod · 0.95
isShapeMethod · 0.80
containsMethod · 0.80
FigmaSceneMethod · 0.80
drawAddsMethod · 0.80
drawTransformsMethod · 0.80
drawMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nAddRRectMethod · 0.95

Tested by 2

isShapeMethod · 0.64
containsMethod · 0.64