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

Method Arc

core/android/BitmapCanvasContext.cpp:487–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487void BitmapCanvasContext::Arc(float x, float y, float r, float sAngle, float eAngle, bool antiClockwise) {
488 TraceCommand("Arc");
489 env_ = GetJniEnvSafe();
490 F2SafeCallVoidMethod(env_, canvasContext_->obj(), arc_, x, y, r, sAngle, eAngle, antiClockwise);
491}
492
493void BitmapCanvasContext::ArcTo(float x1, float y1, float x2, float y2, float r) {
494 TraceCommand("ArcTo");

Callers 3

CreatePathMethod · 0.45
CreatePathMethod · 0.45
CreatePathMethod · 0.45

Calls 2

GetJniEnvSafeFunction · 0.85
objMethod · 0.45

Tested by

no test coverage detected