MCPcopy 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
82void HyperImage::drawHorizontalLine(int ax, int bx, int by)
83{
84 _surface.fastBox(ax, by, bx, by, _pen.red, _pen.green, _pen.blue);
85}
86
87void HyperImage::drawPoint(int x, int y)
88{

Callers 1

setLineMethod · 0.80

Calls 1

fastBoxMethod · 0.45

Tested by

no test coverage detected