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

Method fastBox

sources/image/Image.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88template <typename ColorSpace>
89void Image<ColorSpace>::fastBox(uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2, uint8_t r, uint8_t g, uint8_t b)
90{
91 _sharedData->fastBox(x1, y1, x2, y2, r, g, b);
92}
93
94template <typename ColorSpace>
95void Image<ColorSpace>::gradientHBox(uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2, uint8_t r, uint8_t g, uint8_t b)

Callers 15

createTestBoardsFunction · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
getImageMethod · 0.45
calibrateFrameMethod · 0.45
pleaseWaitForLutMethod · 0.45

Calls

no outgoing calls

Tested by 1

getImageMethod · 0.36