Searched refs:red8 (Results 1 – 4 of 4) sorted by relevance
69 uint8_t red8 = uint8_t((colorValue & TEXT_RED_COLOR_MASK) >> RED_COLOR_START_BIT); in GetRGBColor() local72 return Color::GetColorFromRGB(red8, green8, blue8); in GetRGBColor()
161 uint8_t red8 = uint8_t((color & TEXT_RED_COLOR_MASK) >> RED_COLOR_START_BIT); in ParseButtonColor() local164 return Color::GetColorFromRGB(red8, green8, blue8); in ParseButtonColor()
393 uint8_t red8 = uint8_t((colorUintValue & TEXT_RED_COLOR_MASK) >> RED_COLOR_START_BIT); in GetRGBColor() local396 return Color::GetColorFromRGB(red8, green8, blue8); in GetRGBColor()
32 uint8_t red8 = uint8_t((colorIntValue & TEXT_RED_COLOR_MASK) >> RED_COLOR_START_BIT); in CompareColor() local35 ColorType compare = Color::GetColorFromRGB(red8, green8, blue8); in CompareColor()