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

Method drawRectShadow

shared/java/Canvas.java:295–298  ·  view source on GitHub ↗
(@NotNull Rect r, float dx, float dy, float blur, int color)

Source from the content-addressed store, hash-verified

293 }
294
295 @NotNull @Contract("_, _ -> this")
296 public Canvas drawRectShadow(@NotNull Rect r, float dx, float dy, float blur, int color) {
297 return drawRectShadow(r, dx, dy, blur, 0f, color);
298 }
299
300 @NotNull @Contract("_, _ -> this")
301 public Canvas drawRectShadow(@NotNull Rect r, float dx, float dy, float blur, float spread, int color) {

Callers 1

drawMethod · 0.80

Calls 7

isEmptyMethod · 0.95
saveMethod · 0.95
clipRRectMethod · 0.95
clipRectMethod · 0.95
drawRectShadowNoclipMethod · 0.95
restoreMethod · 0.95
inflateMethod · 0.45

Tested by

no test coverage detected