/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | path_painter.cpp | 25 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 D | sk_painter.cpp | 28 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 D | mock_path_painter.cpp | 23 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 D | drawing_painter.cpp | 19 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 D | texgine_canvas.cpp | 134 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 D | rs_canvas_listener.h | 48 virtual void DrawPath(const Drawing::Path& path) {}; in DrawPath() function
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/engines/gfx/ |
H A D | soft_engine.cpp | 117 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 D | rs_listened_canvas.cpp | 106 void RSListenedCanvas::DrawPath(const Path& path) in DrawPath() function in OHOS::Rosen::RSListenedCanvas
|
H A D | rs_cpu_overdraw_canvas_listener.cpp | 118 void RSCPUOverdrawCanvasListener::DrawPath(const Drawing::Path& path) in DrawPath() function in OHOS::Rosen::RSCPUOverdrawCanvasListener
|
H A D | rs_gpu_overdraw_canvas_listener.cpp | 168 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 D | sample_bitmap.cpp | 141 void SampleBitMap::DrawPath() in DrawPath() function in SampleBitMap
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_canvas.h | 56 virtual void DrawPath(const TestingPath& path) {} in DrawPath() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | core_canvas.cpp | 240 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 D | recording_canvas.cpp | 167 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 D | rs_paint_filter_canvas.cpp | 143 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 D | skia_canvas.cpp | 365 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 D | ui_canvas.cpp | 766 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 D | js_canvas.cpp | 966 napi_value JsCanvas::DrawPath(napi_env env, napi_callback_info info) in DrawPath() function in OHOS::Rosen::Drawing::JsCanvas
|