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

Method Restore

core/android/BitmapCanvasContext.cpp:374–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374void BitmapCanvasContext::Restore() {
375 TraceCommand("Restore");
376 env_ = GetJniEnvSafe();
377 F2SafeCallVoidMethodNoArg(env_, canvasContext_->obj(), restore_);
378}
379
380bool BitmapCanvasContext::HasClip() { return hasClip_; }
381

Callers 1

RestoreContextMethod · 0.45

Calls 2

GetJniEnvSafeFunction · 0.85
objMethod · 0.45

Tested by

no test coverage detected