Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-color-helper.cpp84 convertToHSV(const std::tuple<uint8_t, uint8_t, uint8_t> &Color) { in convertToHSV() function
201 auto HSVColor0 = convertToHSV(RGBColor0); in getColorTuple()
202 auto HSVColor1 = convertToHSV(RGBColor1); in getColorTuple()