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

Method visibleSize

src/ui/view.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130Size View::visibleSize() const
131{
132 return Size(m_viewport.bounds().w - m_viewport.border().width(),
133 m_viewport.bounds().h - m_viewport.border().height());
134}
135
136Point View::viewScroll() const
137{

Callers 2

onProcessMessageMethod · 0.45
getScrollBarInfoMethod · 0.45

Calls 3

boundsMethod · 0.45
widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected