Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdilayer_context_systest.cpp89 void HdiLayerContext::DrawColor(void *image, uint32_t width, uint32_t height) in DrawColor() function in OHOS::Rosen::MockSys::HdiLayerContext
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dlayer_context.cpp244 void LayerContext::DrawColor(void *image, int width, int height) in DrawColor() function in LayerContext
/ohos5.0/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp263 void CoreCanvas::DrawColor(ColorQuad color, BlendMode mode) in DrawColor() function in OHOS::Rosen::Drawing::CoreCanvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp276 void RecordingCanvas::DrawColor(ColorQuad color, BlendMode mode) in DrawColor() function in OHOS::Rosen::Drawing::RecordingCanvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp175 void RSPaintFilterCanvasBase::DrawColor(Drawing::ColorQuad color, Drawing::BlendMode mode) in DrawColor() function in OHOS::Rosen::RSPaintFilterCanvasBase
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.cpp430 void SkiaCanvas::DrawColor(ColorQuad color, BlendMode mode) in DrawColor() function in OHOS::Rosen::Drawing::SkiaCanvas
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp756 napi_value JsCanvas::DrawColor(napi_env env, napi_callback_info info) in DrawColor() function in OHOS::Rosen::Drawing::JsCanvas