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

Method BeginPath

core/android/BitmapCanvasContext.cpp:444–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void BitmapCanvasContext::BeginPath() {
445 TraceCommand("BeginPath");
446 env_ = GetJniEnvSafe();
447 F2SafeCallVoidMethodNoArg(env_, canvasContext_->obj(), beginPath_);
448}
449
450void BitmapCanvasContext::MoveTo(float x, float y) {
451 TraceCommand("MoveTo x: " + std::to_string(x) + ", " + std::to_string(y));

Callers 7

CreatePathMethod · 0.45
CreatePathMethod · 0.45
CreatePathMethod · 0.45
CreatePathMethod · 0.45
CreatePathMethod · 0.45
CreatePathMethod · 0.45
CreatePathMethod · 0.45

Calls 2

GetJniEnvSafeFunction · 0.85
objMethod · 0.45

Tested by

no test coverage detected