Home
last modified time | relevance | path

Searched refs:GetEnvForegroundColor (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp232 ASSERT_EQ(paintFilterCanvas_->GetEnvForegroundColor(), 0);
246 ASSERT_EQ(paintFilterCanvas_->GetEnvForegroundColor(), 0);
1117 EXPECT_EQ(paintFilterCanvas_->GetEnvForegroundColor(), Drawing::Color::COLOR_BLACK);
1124 EXPECT_EQ(paintFilterCanvas_->GetEnvForegroundColor(), asArgbInt);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.h699 virtual ColorQuad GetEnvForegroundColor() const;
H A Dcore_canvas.cpp532 ColorQuad CoreCanvas::GetEnvForegroundColor() const in GetEnvForegroundColor() function in OHOS::Rosen::Drawing::CoreCanvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h168 Drawing::ColorQuad GetEnvForegroundColor() const override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp735 Drawing::ColorQuad RSPaintFilterCanvas::GetEnvForegroundColor() const in GetEnvForegroundColor() function in OHOS::Rosen::RSPaintFilterCanvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp1128 brush.SetColor(canvas->GetEnvForegroundColor()); in Playback()