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

Method Fill

core/android/BitmapCanvasContext.cpp:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432void BitmapCanvasContext::Fill(const std::string &fillRule) {
433 TraceCommand("Fill");
434 env_ = GetJniEnvSafe();
435 F2SafeCallVoidMethodNoArg(env_, canvasContext_->obj(), fill_);
436}
437
438void BitmapCanvasContext::Stroke() {
439 TraceCommand("Stroke");

Callers 1

DrawInnerMethod · 0.45

Calls 2

GetJniEnvSafeFunction · 0.85
objMethod · 0.45

Tested by

no test coverage detected