Home
last modified time | relevance | path

Searched refs:DrawColor (Results 1 - 25 of 32) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Dtest_base.cpp64 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 Dhdilayer_context_systest.cpp76 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 Dhdilayer_context_systest.h38 static void DrawColor(void *image, uint32_t width, uint32_t height);
/foundation/window/window_manager/utils/test/unittest/
H A Dsurface_draw_test.cpp240 * @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 Dlayer_context.h87 void DrawColor(void *image, int width, int height);
H A Dlayer_context.cpp122 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 Dwindow_water_mark_test.cpp129 bool isDrawSuccess = SurfaceDraw::DrawColor(surfaceNode, rect.width_, rect.height_, COLOR_RED); in FillColor()
H A Dwindow_visibility_info_test.cpp110 bool isDrawSuccess = SurfaceDraw::DrawColor(surfaceNode, rect.width_, rect.height_, COLOR_RED); in FillColor()
/foundation/window/window_manager/utils/include/
H A Dsurface_draw.h34 static bool DrawColor(std::shared_ptr<RSSurfaceNode> surfaceNode, int32_t bufferWidth,
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp269 void CoreCanvas::DrawColor(ColorQuad color, BlendMode mode) in DrawColor() function in OHOS::Rosen::Drawing::CoreCanvas
271 impl_->DrawColor(color, mode); in DrawColor()
H A Dcore_canvas.h324 virtual void DrawColor(ColorQuad color, BlendMode mode = BlendMode::SRC_OVER);
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.h65 static napi_value DrawColor(napi_env env, napi_callback_info info);
H A Djs_canvas.cpp280 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 Dsurface_capture_test.cpp137 canvas->DrawColor(0xFF87CEEB); in DrawPixelmap()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Drecording_canvas.h91 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 Dcore_canvas_impl.h112 virtual void DrawColor(ColorQuad color, BlendMode mode) = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.h107 void DrawColor(ColorQuad color, BlendMode mode) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp300 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 Ddisplay_manager_test.cpp122 SurfaceDraw::DrawColor(surfaceNode, width, height, color); in DrawWindowColor()
/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp196 SurfaceDraw::DrawColor(node->startingWinSurfaceNode_, rect.width_, rect.height_, bkgColor); in DrawStartingWindow()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h73 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 Drs_uni_ui_capture.cpp424 canvas_->DrawColor(backgroundColor); in ProcessSurfaceViewWithUni()
/foundation/window/window_manager/utils/src/
H A Dsurface_draw.cpp100 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 Ddrawing_canvas.cpp869 canvas->DrawColor(color, static_cast<BlendMode>(cBlendMode)); in OH_Drawing_CanvasDrawColor()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_canvas_test.cpp701 * @tc.desc: Test DrawColor
709 skiaCanvas->DrawColor(0xFF000000, BlendMode::COLOR_BURN); in HWTEST_F()

Completed in 21 milliseconds

12