MCPcopy Create free account
hub / github.com/YACReader/yacreader / changeUsingTable

Function changeUsingTable

YACReader/render.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42inline int changeUsingTable(int value, const int table[])
43{
44 return table[value];
45}
46
47template<int operation(int, int)>
48static QImage changeImage(const QImage &image, int value)

Callers 1

changeImageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected