Home
last modified time | relevance | path

Searched defs:pathDrawInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_text_path.cpp120 PathDrawInfo pathDrawInfo = { pathOffset.path, pathOffset.current, 0.0 }; in OnDrawTextPath() local
128 PathDrawInfo pathDrawInfo = { pathOffset.path, pathOffset.current, 0.0 }; in OnMeasureTextPathBounds() local
H A Drosen_render_svg_tspan.cpp140 PathDrawInfo pathDrawInfo = { pathOffset.path, pathOffset.current, rotate_ }; in OnDrawTextPath() local
148 PathDrawInfo pathDrawInfo = { pathOffset.path, pathOffset.current, rotate_ }; in OnMeasureTextPathBounds() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp610 SkCanvas* canvas, const SvgTextInfo& svgTextInfo, const PathDrawInfo& pathDrawInfo) in UpdateTextPath()
679 RSCanvas* canvas, const SvgTextInfo& svgTextInfo, const PathDrawInfo& pathDrawInfo) in UpdateTextPath()
816 const SvgTextInfo& svgTextInfo, const PathDrawInfo& pathDrawInfo, Rect& bounds) in MeasureTextPathBounds()
852 const SvgTextInfo& svgTextInfo, const PathDrawInfo& pathDrawInfo, Rect& bounds) in MeasureTextPathBounds()