Home
last modified time | relevance | path

Searched defs:DrawColor (Results 1 – 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
Dhdilayer_context_systest.cpp89 void HdiLayerContext::DrawColor(void *image, uint32_t width, uint32_t height) in DrawColor() function in OHOS::Rosen::MockSys::HdiLayerContext
/foundation/graphic/graphic_2d/rosen/samples/composer/
Dlayer_context.cpp244 void LayerContext::DrawColor(void *image, int width, int height) in DrawColor() function in LayerContext
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
Drecording_canvas.cpp284 void RecordingCanvas::DrawColor(ColorQuad color, BlendMode mode) in DrawColor() function in OHOS::Rosen::Drawing::RecordingCanvas
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
Dcore_canvas.cpp359 void CoreCanvas::DrawColor(ColorQuad color, BlendMode mode) in DrawColor() function in OHOS::Rosen::Drawing::CoreCanvas
/foundation/window/window_manager/utils/src/
Dsurface_draw.cpp307 bool SurfaceDraw::DrawColor(std::shared_ptr<RSSurfaceNode> surfaceNode, int32_t bufferWidth, in DrawColor() function in OHOS::Rosen::SurfaceDraw
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_paint_filter_canvas.cpp336 void RSPaintFilterCanvasBase::DrawColor(Drawing::ColorQuad color, Drawing::BlendMode mode) in DrawColor() function in OHOS::Rosen::RSPaintFilterCanvasBase
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_canvas.cpp507 void SkiaCanvas::DrawColor(ColorQuad color, BlendMode mode) in DrawColor() function in OHOS::Rosen::Drawing::SkiaCanvas
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
Djs_canvas.cpp752 napi_value JsCanvas::DrawColor(napi_env env, napi_callback_info info) in DrawColor() function in OHOS::Rosen::Drawing::JsCanvas