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

Method getGridBounds

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

Source from the content-addressed store, hash-verified

234 return false;
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; }

Callers 2

snapToGridMethod · 0.80
floodfillBoundsMethod · 0.80

Calls 1

boundsMethod · 0.45

Tested by

no test coverage detected