MCPcopy 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
77void HyperImage::drawVerticalLine(int ax, int ay, int by)
78{
79 _surface.fastBox(ax, ay, ax, by, _pen.red, _pen.green, _pen.blue);
80}
81
82void HyperImage::drawHorizontalLine(int ax, int bx, int by)
83{

Callers 1

PlayMethod · 0.80

Calls 1

fastBoxMethod · 0.45

Tested by

no test coverage detected