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

Method LineTo

core/android/BitmapCanvasContext.cpp:462–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462void BitmapCanvasContext::LineTo(float x, float y) {
463 TraceCommand("LienTo x: " + std::to_string(x) + ", " + std::to_string(y));
464 env_ = GetJniEnvSafe();
465 F2SafeCallVoidMethod(env_, canvasContext_->obj(), lineTo_, x, y);
466}
467
468void BitmapCanvasContext::Clip(const std::string &fillRule) {
469 TraceCommand("Clip ");

Callers 6

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