Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A 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
H A 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
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A 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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_canvas.cpp134 void TexgineCanvas::DrawPath(const RSPath &path, const TexginePaint &paint) in DrawPath() function in OHOS::Rosen::TextEngine::TexgineCanvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/overdraw/
H A Drs_canvas_listener.h48 virtual void DrawPath(const Drawing::Path& path) {}; in DrawPath() function
/ohos5.0/foundation/arkui/ui_lite/frameworks/engines/gfx/
H A Dsoft_engine.cpp117 void SoftEngine::DrawPath(BufferInfo& dst, in DrawPath() function in OHOS::SoftEngine
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_listened_canvas.cpp106 void RSListenedCanvas::DrawPath(const Path& path) in DrawPath() function in OHOS::Rosen::RSListenedCanvas
H A Drs_cpu_overdraw_canvas_listener.cpp118 void RSCPUOverdrawCanvasListener::DrawPath(const Drawing::Path& path) in DrawPath() function in OHOS::Rosen::RSCPUOverdrawCanvasListener
H A Drs_gpu_overdraw_canvas_listener.cpp168 void RSGPUOverdrawCanvasListener::DrawPath(const Drawing::Path& path) in DrawPath() function in OHOS::Rosen::RSGPUOverdrawCanvasListener
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp141 void SampleBitMap::DrawPath() in DrawPath() function in SampleBitMap
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_canvas.h56 virtual void DrawPath(const TestingPath& path) {} in DrawPath() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp240 void CoreCanvas::DrawPath(const Path& path) in DrawPath() function in OHOS::Rosen::Drawing::CoreCanvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp167 void RecordingCanvas::DrawPath(const Path& path) in DrawPath() 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.cpp143 void RSPaintFilterCanvasBase::DrawPath(const Path& path) in DrawPath() 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.cpp365 void SkiaCanvas::DrawPath(const Path& path, const Paint& paint) in DrawPath() function in OHOS::Rosen::Drawing::SkiaCanvas
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp766 void UICanvas::DrawPath(const Paint& paint) in DrawPath() function in OHOS::UICanvas
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp966 napi_value JsCanvas::DrawPath(napi_env env, napi_callback_info info) in DrawPath() function in OHOS::Rosen::Drawing::JsCanvas