Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ setPosition
Method
setPosition
src/doc/cel.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void Cel::setPosition(int x, int y)
64
{
65
setPosition(gfx::Point(x, y));
66
}
67
68
void Cel::setPosition(const gfx::Point& pos)
69
{
Callers
3
createCopy
Method · 0.45
read_celdata
Function · 0.45
createBasicSprite
Method · 0.45
Calls
1
Point
Class · 0.85
Tested by
no test coverage detected