Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awawa-dev/HyperHDR
/ drawVerticalLine
Method
drawVerticalLine
sources/hyperimage/HyperImage.cpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void HyperImage::drawVerticalLine(int ax, int ay, int by)
78
{
79
_surface.fastBox(ax, ay, ax, by, _pen.red, _pen.green, _pen.blue);
80
}
81
82
void HyperImage::drawHorizontalLine(int ax, int bx, int by)
83
{
Callers
1
Play
Method · 0.80
Calls
1
fastBox
Method · 0.45
Tested by
no test coverage detected