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

Method addRRect

shared/java/PathBuilder.java:1094–1097  ·  view source on GitHub ↗

Adds a rounded rectangle to the path, as a new contour. @param rrect rounded rectangle to add @return reference to PathBuilder

(@NotNull RRect rrect)

Source from the content-addressed store, hash-verified

1092 * @return reference to PathBuilder
1093 */
1094 @NotNull @Contract("_ -> this")
1095 public PathBuilder addRRect(@NotNull RRect rrect) {
1096 return addRRect(rrect, PathDirection.COUNTER_CLOCKWISE);
1097 }
1098
1099 /**
1100 * Adds a rounded rectangle to the path, as a new contour, with the specified winding direction.

Callers 9

BitmapSceneMethod · 0.95
BackdropSceneMethod · 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