Home
last modified time | relevance | path

Searched defs:PathOffset (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_text.h34 struct PathOffset { struct
35 Offset svg;
36 double start = 0.0;
37 double current = 0.0;
38 std::string path;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dpath_test.h78 explicit PathOffset(int type) : TestBase(type) in PathOffset() function