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

Method intersectClipRect

src/ui/graphics.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63bool Graphics::intersectClipRect(const gfx::Rect& rc)
64{
65 return m_surface->intersectClipRect(gfx::Rect(rc).offset(m_dx, m_dy));
66}
67
68void Graphics::setDrawMode(DrawMode mode, int param)
69{

Callers 2

pumpQueueMethod · 0.45
IntersectClipMethod · 0.45

Calls 1

offsetMethod · 0.45

Tested by

no test coverage detected