Home
last modified time | relevance | path

Searched refs:ParsePath2D (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp897 paintMethod->ParsePath2D(path2D);
900 paintMethod->ParsePath2D(path2D);
903 paintMethod->ParsePath2D(path2D);
906 paintMethod->ParsePath2D(path2D);
909 paintMethod->ParsePath2D(path2D);
912 paintMethod->ParsePath2D(path2D);
915 paintMethod->ParsePath2D(path2D);
918 paintMethod->ParsePath2D(path2D);
921 paintMethod->ParsePath2D(path2D);
924 paintMethod->ParsePath2D(path2D);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.h179 void ParsePath2D(const RefPtr<CanvasPath2D>& path);
H A Drosen_render_custom_paint.h167 void ParsePath2D(const Offset& offset, const RefPtr<CanvasPath2D>& path);
H A Drosen_render_custom_paint.cpp1325 void RosenRenderCustomPaint::ParsePath2D(const Offset& offset, const RefPtr<CanvasPath2D>& path) in ParsePath2D() function in OHOS::Ace::RosenRenderCustomPaint
1447 ParsePath2D(offset, path); in Fill()
1514 ParsePath2D(offset, path); in Stroke()
1907 ParsePath2D(offset, path); in Clip()
H A Drosen_render_offscreen_canvas.cpp210 void RosenRenderOffscreenCanvas::ParsePath2D(const RefPtr<CanvasPath2D>& path) in ParsePath2D() function in OHOS::Ace::RosenRenderOffscreenCanvas
332 ParsePath2D(path); in Fill()
356 ParsePath2D(path); in Clip()
1430 ParsePath2D(path); in Stroke()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h310 void ParsePath2D(const RefPtr<CanvasPath2D>& path);
H A Dcustom_paint_paint_method.cpp724 ParsePath2D(path); in Fill()
788 ParsePath2D(path); in Stroke()
830 ParsePath2D(path); in Clip()
974 void CustomPaintPaintMethod::ParsePath2D(const RefPtr<CanvasPath2D>& path) in ParsePath2D() function in OHOS::Ace::NG::CustomPaintPaintMethod