Home
last modified time | relevance | path

Searched refs:SvgRadius (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_dom.h34 struct SvgRadius { struct
72 void CreateRenderNode(ImageFit imageFit, const SvgRadius& svgRadius, bool useBox = true);
73 void UpdateLayout(ImageFit imageFit, const SvgRadius& svgRadius, bool useBox = true);
79 … SvgRenderTree CreateRenderTree(ImageFit imageFit, const SvgRadius& svgRadius, bool useBox = true);
H A Dsvg_dom.cpp80 RefPtr<BoxComponent> CreateSvgClipBox(const Size& containerSize, const SvgRadius& svgRadius) in CreateSvgClipBox()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.cpp454SvgRadius svgRadius = { topLeftRadius_, topRightRadius_, bottomLeftRadius_, bottomRightRadius_ };
495SvgRadius svgRadius = { topLeftRadius_, topRightRadius_, bottomLeftRadius_, bottomRightRadius_ };