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

Method IsValid

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

Source from the content-addressed store, hash-verified

179}
180
181bool BitmapCanvasContext::IsValid() { return canvasContext_->obj() != nullptr; };
182
183void BitmapCanvasContext::SetFillStyle(const std::string &color) {
184 TraceCommand("SetFillStyle: " + color);

Callers 8

OnTouchEventMethod · 0.45
OnTapEventMethod · 0.45
GetScaleTicksMethod · 0.45
RenderMethod · 0.45
RequestAnimationFrameMethod · 0.45
GetPositionMethod · 0.45
RedrawMethod · 0.45

Calls 1

objMethod · 0.45

Tested by

no test coverage detected