Searched refs:kColorBackgroundInv (Results 1 – 2 of 2) sorted by relevance
157 ctx_.setParam<ColorBG>(kColorBackgroundInv); in SetDeviceContext()190 color_bg_ = is_inverted ? kColorBackgroundInv : kColorBackground; in UpdateColorScheme()232 is_inverted_ ? kColorBackgroundInv : kColorBackground; in RepaintRawFrame()
181 static constexpr const teeui::Color kColorBackgroundInv = 0xff212121; variable