MCPcopy Create free account
hub / github.com/antvis/F2Native / Save

Method Save

core/android/BitmapCanvasContext.cpp:368–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368void BitmapCanvasContext::Save() {
369 TraceCommand("Save");
370 env_ = GetJniEnvSafe();
371 F2SafeCallVoidMethodNoArg(env_, canvasContext_->obj(), save_);
372}
373
374void BitmapCanvasContext::Restore() {
375 TraceCommand("Restore");

Callers 2

DrawMethod · 0.45
SetContextMethod · 0.45

Calls 2

GetJniEnvSafeFunction · 0.85
objMethod · 0.45

Tested by

no test coverage detected