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