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

Method ClosePath

core/android/BitmapCanvasContext.cpp:456–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void BitmapCanvasContext::ClosePath() {
457 TraceCommand("ClosePath");
458 env_ = GetJniEnvSafe();
459 F2SafeCallVoidMethodNoArg(env_, canvasContext_->obj(), closePath_);
460}
461
462void BitmapCanvasContext::LineTo(float x, float y) {
463 TraceCommand("LienTo x: " + std::to_string(x) + ", " + std::to_string(y));

Callers 5

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