Searched refs:envForegroundColor_ (Results 1 – 3 of 3) sorted by relevance
506 envStack_({ Env { .envForegroundColor_ = RSColor(0xFF000000), .hasOffscreenLayer_ = false } })513 envStack_({ Env { .envForegroundColor_ = RSColor(0xFF000000), .hasOffscreenLayer_ = false } })531 p.SetColor(envStack_.top().envForegroundColor_.AsArgbInt()); in AttachPen()558 b.SetColor(envStack_.top().envForegroundColor_.AsArgbInt()); in AttachBrush()585 p.SetColor(envStack_.top().envForegroundColor_.AsArgbInt()); in AttachPaint()732 envStack_.top().envForegroundColor_ = color; in SetEnvForegroundColor()741 return envStack_.top().envForegroundColor_.AsArgbInt(); in GetEnvForegroundColor()
304 Color envForegroundColor_; member317 brush.SetColor(envStack_.top().envForegroundColor_.AsArgbInt()); in OnFilterWithBrush()
1123 auto asArgbInt = paintFilterCanvas_->envStack_.top().envForegroundColor_.AsArgbInt();