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

Method ArcTo

core/android/BitmapCanvasContext.cpp:493–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void BitmapCanvasContext::ArcTo(float x1, float y1, float x2, float y2, float r) {
494 TraceCommand("ArcTo");
495 env_ = GetJniEnvSafe();
496 F2SafeCallVoidMethod(env_, canvasContext_->obj(), arcTo_, x1, y1, x2, y2, r);
497}
498
499void BitmapCanvasContext::Scale(float scale_width, float scale_height) {
500 TraceCommand("Scale");

Callers

nothing calls this directly

Calls 2

GetJniEnvSafeFunction · 0.85
objMethod · 0.45

Tested by

no test coverage detected