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

Method SetTransform

core/android/BitmapCanvasContext.cpp:408–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408void BitmapCanvasContext::SetTransform(float a, float b, float c, float d, float e, float f) {
409 TraceCommand("SetTransform " );
410 env_ = GetJniEnvSafe();
411 F2SafeCallVoidMethod(env_, canvasContext_->obj(), setTransform_, a, b, c, d, e, f);
412}
413
414void BitmapCanvasContext::Rect(float x, float y, float width, float height) {
415 TraceCommand("Rect " );

Callers 1

ResetTransformMethod · 0.45

Calls 2

GetJniEnvSafeFunction · 0.85
objMethod · 0.45

Tested by

no test coverage detected