Searched refs:colorIntValue (Results 1 – 5 of 5) sorted by relevance
66 ColorType BaseTest::GetRGBColor(int32_t colorIntValue) const in GetRGBColor()68 uint32_t colorValue = colorIntValue; in GetRGBColor()
57 ColorType GetRGBColor(int32_t colorIntValue) const;
56 bool CompareColor(ColorType color, uint32_t colorIntValue) const;
30 bool InputTddTest::CompareColor(ColorType color, uint32_t colorIntValue) const in CompareColor()32 uint8_t red8 = uint8_t((colorIntValue & TEXT_RED_COLOR_MASK) >> RED_COLOR_START_BIT); in CompareColor()33 uint8_t green8 = uint8_t((colorIntValue & TEXT_GREEN_COLOR_MASK) >> GREEN_COLOR_START_BIT); in CompareColor()34 uint8_t blue8 = uint8_t((colorIntValue & TEXT_BLUE_COLOR_MASK)); in CompareColor()
390 ColorType GetRGBColor(uint32_t colorIntValue) const in GetRGBColor() argument392 uint32_t colorUintValue = colorIntValue; in GetRGBColor()