MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Briefing_Draw_Horizontal_Line

Method Briefing_Draw_Horizontal_Line

Source/Fodder.cpp:10325–10331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10323}
10324
10325void cFodder::Briefing_Draw_Horizontal_Line(int16 pX, int16 pWidth, int16 pY, uint8 pColor) {
10326
10327 do {
10328 Briefing_Draw_Pixel(pX, pY, pColor);
10329 ++pX;
10330 } while (pX <= pWidth);
10331}
10332
10333void cFodder::Briefing_Draw_Vertical_Line(int16 pX, int16 pHeight, int16 pY, uint8 pColor) {
10334

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected