Home
last modified time | relevance | path

Searched refs:unitIntervalTo8BitChar (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-color-helper.cpp113 static uint8_t unitIntervalTo8BitChar(double B) { in unitIntervalTo8BitChar() function
146 return std::make_tuple(unitIntervalTo8BitChar(RGB2[0]), in convertToRGB()
147 unitIntervalTo8BitChar(RGB2[1]), in convertToRGB()
148 unitIntervalTo8BitChar(RGB2[2])); in convertToRGB()