Home
last modified time | relevance | path

Searched refs:envForegroundColor_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp506 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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h304 Color envForegroundColor_; member
317 brush.SetColor(envStack_.top().envForegroundColor_.AsArgbInt()); in OnFilterWithBrush()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp1123 auto asArgbInt = paintFilterCanvas_->envStack_.top().envForegroundColor_.AsArgbInt();