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

Method makeLTRB

shared/java/RRect.java:17–19  ·  view source on GitHub ↗
(float l, float t, float r, float b, float radius)

Source from the content-addressed store, hash-verified

15 }
16
17 public static RRect makeLTRB(float l, float t, float r, float b, float radius) {
18 return new RRect(l, t, r, b, new float[] { radius } );
19 }
20
21 public static RRect makeLTRB(float l, float t, float r, float b, float xRad, float yRad) {
22 return new RRect(l, t, r, b, new float[] { xRad, yRad } );

Callers 7

isShapeMethod · 0.95
containsMethod · 0.95
inflateMethod · 0.95
drawAddsMethod · 0.95
drawTransformsMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95

Calls

no outgoing calls

Tested by 2

isShapeMethod · 0.76
containsMethod · 0.76