Searched refs:tvBackColor_ (Results 1 – 4 of 4) sorted by relevance
102 SkColor colors[2] = { tvBackColor_.ChangeAlpha(0).GetValue(), in PaintGradient()106 colors[1] = tvBackColor_.ChangeAlpha(0).GetValue(); in PaintGradient()126 std::vector<RSColorQuad> colors = { tvBackColor_.ChangeAlpha(0).GetValue(), in PaintGradient()130 colors.at(1) = tvBackColor_.ChangeAlpha(0).GetValue(); in PaintGradient()156 …paint.setARGB(tvBackColor_.GetAlpha(), tvBackColor_.GetRed(), tvBackColor_.GetGreen(), tvBackColor… in Paint()163 …pen.SetARGB(tvBackColor_.GetAlpha(), tvBackColor_.GetRed(), tvBackColor_.GetGreen(), tvBackColor_.… in Paint()
75 Color tvBackColor_; variable
86 tvBackColor_ = theme_->GetTvBackColor(); in Update()
281 theme->tvBackColor_ = (theme->isTV_ ? Color(0x99000000) : Color::TRANSPARENT); in ParseAttribute()368 theme->tvBackColor_ = tvBackColor_; in ClonePartTwo()791 return tvBackColor_; in GetTvBackColor()1228 Color tvBackColor_; variable