Home
last modified time | relevance | path

Searched defs:DrawPath (Results 1 – 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dpath_painter.cpp24 void PathPainter::DrawPath(RSCanvas& canvas, const PathPaintProperty& pathPaintProperty) in DrawPath() function in OHOS::Ace::NG::PathPainter
32 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() function in OHOS::Ace::NG::PathPainter
Dsk_painter.cpp28 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& s… in DrawPath() function in OHOS::Ace::NG::SkPainter
142 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() function in OHOS::Ace::NG::SkPainter
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/render/
Dmock_path_painter.cpp23 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) {} in DrawPath() function in OHOS::Ace::NG::PathPainter
24 void PathPainter::DrawPath(RSCanvas& canvas, const PathPaintProperty& shapePaintProperty) {} in DrawPath() function in OHOS::Ace::NG::PathPainter
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/rosen/
Dtesting_canvas.h54 virtual void DrawPath(const TestingPath& path) {} in DrawPath() function
/foundation/arkui/ui_lite/frameworks/engines/gfx/
Dsoft_engine.cpp117 void SoftEngine::DrawPath(BufferInfo& dst, in DrawPath() function in OHOS::SoftEngine
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
Dcore_canvas.cpp111 void CoreCanvas::DrawPath(const Path& path) in DrawPath() function in OHOS::Rosen::Drawing::CoreCanvas
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/overdraw/
Drs_canvas_listener.h86 virtual void DrawPath(const Drawing::Path& path) {}; in DrawPath() function
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
Drecording_canvas.cpp116 void RecordingCanvas::DrawPath(const Path& path) in DrawPath() function in OHOS::Rosen::Drawing::RecordingCanvas
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
Drs_gpu_overdraw_canvas_listener.cpp349 void RSGPUOverdrawCanvasListener::DrawPath(const Drawing::Path& path) in DrawPath() function in OHOS::Rosen::RSGPUOverdrawCanvasListener
Drs_listened_canvas.cpp271 void RSListenedCanvas::DrawPath(const Path& path) in DrawPath() function in OHOS::Rosen::RSListenedCanvas
Drs_cpu_overdraw_canvas_listener.cpp297 void RSCPUOverdrawCanvasListener::DrawPath(const Drawing::Path& path) in DrawPath() function in OHOS::Rosen::RSCPUOverdrawCanvasListener
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_paint_filter_canvas.cpp111 void RSPaintFilterCanvasBase::DrawPath(const Path& path) in DrawPath() function in OHOS::Rosen::RSPaintFilterCanvasBase
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_canvas.cpp275 void SkiaCanvas::DrawPath(const Path& path) in DrawPath() function in OHOS::Rosen::Drawing::SkiaCanvas
/foundation/arkui/ui_lite/frameworks/components/
Dui_canvas.cpp738 void UICanvas::DrawPath(const Paint& paint) in DrawPath() function in OHOS::UICanvas