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

Method SetLineDash

core/android/BitmapCanvasContext.cpp:304–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302void BitmapCanvasContext::SetLineDashOffset(float v) {}
303
304void BitmapCanvasContext::SetLineDash(const std::vector<float> &params) {
305 TraceCommand("SetLineDash ");
306 env_ = GetJniEnvSafe();
307 F2SafeCallVoidMethod(env_, canvasContext_->obj(), setLineDash_, VectorToJFloatArray(env_, params).obj());
308}
309
310void BitmapCanvasContext::SetMiterLimit(float limit) {}
311

Callers 5

CreatePathMethod · 0.45
CreatePathMethod · 0.45
CreatePathMethod · 0.45
CreatePathMethod · 0.45
CreatePathMethod · 0.45

Calls 3

GetJniEnvSafeFunction · 0.85
VectorToJFloatArrayFunction · 0.85
objMethod · 0.45

Tested by

no test coverage detected