MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / getSprayWidth

Method getSprayWidth

src/app/ui/editor/tool_loop_impl.cpp:472–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470 bool getFilled() override { return m_filled; }
471 bool getPreviewFilled() override { return m_previewFilled; }
472 int getSprayWidth() override { return m_sprayWidth; }
473 int getSpraySpeed() override { return m_spraySpeed; }
474
475 void cancel() override { m_canceled = true; }

Callers 2

transformPointMethod · 0.45
getModifiedAreaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected