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 D | hdilayer_context_systest.cpp | 89 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 D | layer_context.cpp | 244 void LayerContext::DrawColor(void *image, int width, int height) in DrawColor() function in LayerContext
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | core_canvas.cpp | 263 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 D | recording_canvas.cpp | 276 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 D | rs_paint_filter_canvas.cpp | 175 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 D | skia_canvas.cpp | 430 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 D | js_canvas.cpp | 756 napi_value JsCanvas::DrawColor(napi_env env, napi_callback_info info) in DrawColor() function in OHOS::Rosen::Drawing::JsCanvas
|