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

Method save

shared/java/Canvas.java:1147–1154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1145 }
1146
1147 public int save() {
1148 try {
1149 Stats.onNativeCall();
1150 return _nSave(_ptr);
1151 } finally {
1152 Reference.reachabilityFence(this);
1153 }
1154 }
1155
1156 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) {
1157 try {

Callers 15

drawRectShadowMethod · 0.95
drawMethod · 0.80
drawMethod · 0.80
drawIconMethod · 0.80
drawRatioMethod · 0.80
drawMethod · 0.80
drawInterMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawTabbarMethod · 0.80
drawToolbarMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nSaveMethod · 0.95

Tested by 1

drawMethod · 0.64