/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/ |
H A D | test_base.cpp | 64 bitmapCanvas_->DrawColor(background_); in CreateBitmapCanvas() 73 playbackCanvas_->DrawColor(0xff000000); //0xff000000 black in DiasplayToScreen()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | hdilayer_context_systest.cpp | 76 DrawColor(addr, (uint32_t)buffer->GetWidth(), (uint32_t)buffer->GetHeight()); in DrawBufferColor() 89 void HdiLayerContext::DrawColor(void *image, uint32_t width, uint32_t height) in DrawColor() function in OHOS::Rosen::MockSys::HdiLayerContext
|
H A D | hdilayer_context_systest.h | 38 static void DrawColor(void *image, uint32_t width, uint32_t height);
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | surface_draw_test.cpp | 240 * @tc.name: DrawColor 241 * @tc.desc: SurfaceDraw::DrawColor test 246 ASSERT_FALSE(SurfaceDraw::DrawColor(nullptr, 0, 0, 0)); in HWTEST_F() 247 sptr<Window> window = CreateTestWindow("DrawColor"); in HWTEST_F() 259 SurfaceDraw::DrawColor(surfaceNode, width, height, color); in HWTEST_F() 260 SurfaceDraw::DrawColor(surfaceNode, -1, -1, color); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | layer_context.h | 87 void DrawColor(void *image, int width, int height);
|
H A D | layer_context.cpp | 122 DrawColor(addr, buffer->GetWidth(), buffer->GetHeight()); in DrawBufferColor() 244 void LayerContext::DrawColor(void *image, int width, int height) in DrawColor() function in LayerContext
|
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_water_mark_test.cpp | 129 bool isDrawSuccess = SurfaceDraw::DrawColor(surfaceNode, rect.width_, rect.height_, COLOR_RED); in FillColor()
|
H A D | window_visibility_info_test.cpp | 110 bool isDrawSuccess = SurfaceDraw::DrawColor(surfaceNode, rect.width_, rect.height_, COLOR_RED);
in FillColor()
|
/foundation/window/window_manager/utils/include/ |
H A D | surface_draw.h | 34 static bool DrawColor(std::shared_ptr<RSSurfaceNode> surfaceNode, int32_t bufferWidth,
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | core_canvas.cpp | 269 void CoreCanvas::DrawColor(ColorQuad color, BlendMode mode) in DrawColor() function in OHOS::Rosen::Drawing::CoreCanvas 271 impl_->DrawColor(color, mode); in DrawColor()
|
H A D | core_canvas.h | 324 virtual void DrawColor(ColorQuad color, BlendMode mode = BlendMode::SRC_OVER);
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
H A D | js_canvas.h | 65 static napi_value DrawColor(napi_env env, napi_callback_info info);
|
H A D | js_canvas.cpp | 280 DECLARE_NAPI_FUNCTION("drawColor", JsCanvas::DrawColor), 769 napi_value JsCanvas::DrawColor(napi_env env, napi_callback_info info) in DrawColor() function in OHOS::Rosen::Drawing::JsCanvas 810 m_canvas->DrawColor(color); in OnDrawColor() 815 m_canvas->DrawColor(color, static_cast<BlendMode>(jsMode)); in OnDrawColor() 829 m_canvas->DrawColor(color); in OnDrawColor() 834 m_canvas->DrawColor(color, static_cast<BlendMode>(jsMode)); in OnDrawColor()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | surface_capture_test.cpp | 137 canvas->DrawColor(0xFF87CEEB);
in DrawPixelmap()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | recording_canvas.h | 91 void DrawColor(ColorQuad color, BlendMode mode = BlendMode::SRC_OVER) override;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | core_canvas_impl.h | 112 virtual void DrawColor(ColorQuad color, BlendMode mode) = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_canvas.h | 107 void DrawColor(ColorQuad color, BlendMode mode) override;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_paint_filter_canvas.cpp | 300 void RSPaintFilterCanvasBase::DrawColor(Drawing::ColorQuad color, Drawing::BlendMode mode) in DrawColor() function in OHOS::Rosen::RSPaintFilterCanvasBase 305 (*iter)->DrawColor(color, mode); in DrawColor() 310 canvas_->DrawColor(color, mode); in DrawColor()
|
/foundation/window/window_manager/test/systemtest/dms/ |
H A D | display_manager_test.cpp | 122 SurfaceDraw::DrawColor(surfaceNode, width, height, color); in DrawWindowColor()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 196 SurfaceDraw::DrawColor(node->startingWinSurfaceNode_, rect.width_, rect.height_, bkgColor); in DrawStartingWindow()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_paint_filter_canvas.h | 73 void DrawColor(Drawing::ColorQuad color, Drawing::BlendMode mode = Drawing::BlendMode::SRC_OVER) override;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_ui_capture.cpp | 424 canvas_->DrawColor(backgroundColor); in ProcessSurfaceViewWithUni()
|
/foundation/window/window_manager/utils/src/ |
H A D | surface_draw.cpp | 100 bool SurfaceDraw::DrawColor(std::shared_ptr<RSSurfaceNode> surfaceNode, int32_t bufferWidth, in DrawColor() function in OHOS::Rosen::SurfaceDraw
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_canvas.cpp | 869 canvas->DrawColor(color, static_cast<BlendMode>(cBlendMode)); in OH_Drawing_CanvasDrawColor()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_canvas_test.cpp | 701 * @tc.desc: Test DrawColor 709 skiaCanvas->DrawColor(0xFF000000, BlendMode::COLOR_BURN); in HWTEST_F()
|