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

Method restore

shared/java/Canvas.java:1534–1540  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1532 }
1533
1534 @NotNull @Contract("-> this")
1535 public Canvas restore() {
1536 assert _ptr != 0 : "Canvas is closed";
1537 Stats.onNativeCall();
1538 _nRestore(_ptr);
1539 return this;
1540 }
1541
1542 @NotNull @Contract("_ -> this")
1543 public Canvas restoreToCount(int saveCount) {

Callers 15

deviceClipBoundsMethod · 0.95
drawRectShadowMethod · 0.95
drawMethod · 0.80
drawMethod · 0.80
drawIconMethod · 0.80
drawRatioMethod · 0.80
drawMethod · 0.80
drawInterMethod · 0.80
drawMethod · 0.80
drawToolbarMethod · 0.80
drawLeftMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nRestoreMethod · 0.95

Tested by 2

deviceClipBoundsMethod · 0.76
drawMethod · 0.64