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

Method getCelOrigin

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

Source from the content-addressed store, hash-verified

235 }
236 gfx::Rect getGridBounds() override { return m_docPref.grid.bounds(); }
237 gfx::Point getCelOrigin() override { return m_celOrigin; }
238 void setSpeed(const gfx::Point& speed) override { m_speed = speed; }
239 gfx::Point getSpeed() override { return m_speed; }
240 tools::Ink* getInk() override { return m_ink.get(); }

Callers 3

BrushInkProcessingMethod · 0.80
doInkHlineMethod · 0.80
initToolLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected