()
| 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 { |