Home
last modified time | relevance | path

Searched defs:svgContext (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_node.cpp51 auto svgContext = svgContext_.Upgrade(); in AsClipPathCommands() local
77 auto svgContext = svgContext_.Upgrade(); in GetGradient() local
H A Dsvg_use.cpp46 auto svgContext = svgContext_.Upgrade(); in CreateRender() local
101 auto svgContext = svgContext_.Upgrade(); in AsPath() local
H A Dsvg_filter.cpp55 auto svgContext = svgContext_.Upgrade(); in CreateRender() local
H A Dsvg_pattern.cpp55 auto svgContext = svgContext_.Upgrade(); in CreateRender() local
H A Dsvg_mask.cpp55 auto svgContext = svgContext_.Upgrade(); in CreateRender() local
H A Dsvg_node.h82 void SetContext(const WeakPtr<PipelineContext>& context, const WeakPtr<SvgContext>& svgContext) in SetContext()
H A Dsvg_svg.cpp66 auto svgContext = svgContext_.Upgrade(); in CreateRender() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_use.cpp41 auto svgContext = svgContext_.Upgrade(); in AsPath() local
57 auto svgContext = svgContext_.Upgrade(); in OnDraw() local
H A Dsvg_node.cpp431 auto svgContext = svgContext_.Upgrade(); local
456 auto svgContext = svgContext_.Upgrade(); local
472 auto svgContext = svgContext_.Upgrade(); local
526 auto svgContext = svgContext_.Upgrade(); local
535 auto svgContext = svgContext_.Upgrade(); local
551 auto svgContext = svgContext_.Upgrade(); local
H A Dsvg_node.h107 void SetContext(const WeakPtr<SvgContext>& svgContext) in SetContext()
H A Dsvg_graphic.cpp45 auto svgContext = svgContext_.Upgrade(); in OnDraw() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_testtwo_ng.cpp883 auto svgContext = svgCircle->svgContext_.Upgrade(); variable