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

Method BezierCurveTo

core/android/BitmapCanvasContext.cpp:481–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481void BitmapCanvasContext::BezierCurveTo(float cp1x, float cp1y, float cp2x, float cp2y, float x, float y) {
482 TraceCommand("BezierCurveTo");
483 env_ = GetJniEnvSafe();
484 F2SafeCallVoidMethod(env_, canvasContext_->obj(), bezierCurveTo_, cp1x, cp1y, cp2x, cp2y, x, y);
485}
486
487void BitmapCanvasContext::Arc(float x, float y, float r, float sAngle, float eAngle, bool antiClockwise) {
488 TraceCommand("Arc");

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