MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / fillRect

Method fillRect

sources/hyperimage/HyperImage.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void HyperImage::fillRect(int ax, int ay, int bx, int by, const ColorRgb& color)
101{
102 _surface.fastBox(ax, ay, bx, by, color.red, color.green, color.blue);
103}
104
105void HyperImage::radialFill(int center_x, int center_y, double diag, const std::vector<uint8_t>& points)
106{

Callers 14

resetImageFunction · 0.80
resetImageFunction · 0.80
startCalibrationFunction · 0.80
createTestBoardsFunction · 0.80
fastBoxFunction · 0.80
pingInternalFunction · 0.80
firstStepFunction · 0.80
pingWhiteFunction · 0.80
pingRedFunction · 0.80
pingGreenFunction · 0.80
pingBlueFunction · 0.80

Calls 1

fastBoxMethod · 0.45

Tested by

no test coverage detected