Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
bool Graphics::intersectClipRect(const gfx::Rect& rc)
64
{
65
return m_surface->intersectClipRect(gfx::Rect(rc).offset(m_dx, m_dy));
66
}
67
68
void Graphics::setDrawMode(DrawMode mode, int param)
69
{
Callers
2
pumpQueue
Method · 0.45
IntersectClip
Method · 0.45
Calls
1
offset
Method · 0.45
Tested by
no test coverage detected