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

Method makeXYWH

shared/java/RRect.java:45–47  ·  view source on GitHub ↗
(float l, float t, float w, float h, float radius)

Source from the content-addressed store, hash-verified

43 }
44
45 public static RRect makeXYWH(float l, float t, float w, float h, float radius) {
46 return new RRect(l, t, l + w, t + h, new float[] { radius } );
47 }
48
49 public static RRect makeXYWH(float l, float t, float w, float h, float xRad, float yRad) {
50 return new RRect(l, t, l + w, t + h, new float[] { xRad, yRad } );

Callers 10

FigmaSceneMethod · 0.95
drawTabbarMethod · 0.95
drawToolbarMethod · 0.95
drawConstraintsMethod · 0.95
BitmapSceneMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawRectInscribedMethod · 0.95
drawClipsMethod · 0.95
drawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected