Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dpath_painter.cpp25 void PathPainter::DrawPath(RSCanvas& canvas, const PathPaintProperty& pathPaintProperty) in DrawPath() function in OHOS::Ace::NG::PathPainter
37 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
256 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() function in OHOS::Ace::NG::SkPainter
/foundation/arkui/ace_engine/test/mock/core/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/render/adapter/rosen/
Ddrawing_painter.cpp19 void DrawingPainter::DrawPath( in DrawPath() function in OHOS::Ace::NG::DrawingPainter
132 void DrawingPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() function in OHOS::Ace::NG::DrawingPainter
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
Dtexgine_canvas.cpp134 void TexgineCanvas::DrawPath(const RSPath &path, const TexginePaint &paint) in DrawPath() function in OHOS::Rosen::TextEngine::TexgineCanvas
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/overdraw/
Drs_canvas_listener.h48 virtual void DrawPath(const Drawing::Path& 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/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/
Dsample_bitmap.cpp141 void SampleBitMap::DrawPath() in DrawPath() function in SampleBitMap
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
Drs_listened_canvas.cpp106 void RSListenedCanvas::DrawPath(const Path& path) in DrawPath() function in OHOS::Rosen::RSListenedCanvas
Drs_cpu_overdraw_canvas_listener.cpp118 void RSCPUOverdrawCanvasListener::DrawPath(const Drawing::Path& path) in DrawPath() function in OHOS::Rosen::RSCPUOverdrawCanvasListener
Drs_gpu_overdraw_canvas_listener.cpp168 void RSGPUOverdrawCanvasListener::DrawPath(const Drawing::Path& path) in DrawPath() function in OHOS::Rosen::RSGPUOverdrawCanvasListener
/foundation/arkui/ace_engine/test/mock/core/rosen/
Dtesting_canvas.h56 virtual void DrawPath(const TestingPath& path) {} in DrawPath() function
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
Dcore_canvas.cpp240 void CoreCanvas::DrawPath(const Path& path) in DrawPath() function in OHOS::Rosen::Drawing::CoreCanvas
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
Drecording_canvas.cpp167 void RecordingCanvas::DrawPath(const Path& path) in DrawPath() function in OHOS::Rosen::Drawing::RecordingCanvas
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_paint_filter_canvas.cpp235 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.cpp365 void SkiaCanvas::DrawPath(const Path& path, const Paint& paint) in DrawPath() function in OHOS::Rosen::Drawing::SkiaCanvas
/foundation/arkui/ui_lite/frameworks/components/
Dui_canvas.cpp766 void UICanvas::DrawPath(const Paint& paint) in DrawPath() function in OHOS::UICanvas
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
Djs_canvas.cpp918 napi_value JsCanvas::DrawPath(napi_env env, napi_callback_info info) in DrawPath() function in OHOS::Rosen::Drawing::JsCanvas