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

Method SetLineJoin

core/android/BitmapCanvasContext.cpp:290–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void BitmapCanvasContext::SetLineJoin(const std::string &lineJoin) {
291 TraceCommand("SetLineJoin " + lineJoin);
292 env_ = GetJniEnvSafe();
293 F2SafeCallVoidMethod(env_, canvasContext_->obj(), setLineJoin_, jni::StringToJavaString(env_, lineJoin).obj());
294}
295
296void BitmapCanvasContext::SetLineWidth(float lineWidth) {
297 TraceCommand("SetLineWidth: " + std::to_string(lineWidth));

Callers

nothing calls this directly

Calls 3

GetJniEnvSafeFunction · 0.85
StringToJavaStringFunction · 0.85
objMethod · 0.45

Tested by

no test coverage detected