Searched refs:SetPresentationAttrs (Results 1 – 18 of 18) sorted by relevance
29 RenderSvgBase::SetPresentationAttrs(svgGComponent->GetDeclaration()); in Update()
34 RenderSvgBase::SetPresentationAttrs(svgDefsComponent->GetDeclaration()); in Update()
37 SetPresentationAttrs(feDeclaration); in SetFeCommonAttrs()
129 void SetPresentationAttrs(const RefPtr<SvgBaseDeclaration>& baseDeclaration);130 …void SetPresentationAttrs(const RefPtr<Component>& component, const RefPtr<SvgBaseDeclaration>& ba…
31 RenderSvgBase::SetPresentationAttrs(component, svgUseComponent->GetDeclaration()); in Update()
35 RenderSvgBase::SetPresentationAttrs(component, pathComponent->GetDeclaration()); in Update()
36 RenderSvgBase::SetPresentationAttrs(component, polygonComponent->GetDeclaration()); in Update()
38 RenderSvgBase::SetPresentationAttrs(textPathComponent->GetDeclaration()); in Update()
39 RenderSvgBase::SetPresentationAttrs(circleComponent, circleComponent->GetDeclaration()); in Update()
41 RenderSvgBase::SetPresentationAttrs(component, ellipseComponent->GetDeclaration()); in Update()
41 RenderSvgBase::SetPresentationAttrs(component, lineComponent->GetDeclaration()); in Update()
35 RenderSvgBase::SetPresentationAttrs(FilterComponent->GetDeclaration()); in Update()
35 RenderSvgBase::SetPresentationAttrs(component, rectComponent->GetDeclaration()); in Update()
37 RenderSvgBase::SetPresentationAttrs(maskComponent->GetDeclaration()); in Update()
44 RenderSvgBase::SetPresentationAttrs(textComponent->GetDeclaration()); in Update()
38 RenderSvgBase::SetPresentationAttrs(patternComponent->GetDeclaration()); in Update()
52 RenderSvgBase::SetPresentationAttrs(svgComponent->GetDeclaration()); in Update()
280 void RenderSvgBase::SetPresentationAttrs(const RefPtr<SvgBaseDeclaration>& baseDeclaration) in SetPresentationAttrs() function in OHOS::Ace::RenderSvgBase298 void RenderSvgBase::SetPresentationAttrs( in SetPresentationAttrs() function in OHOS::Ace::RenderSvgBase301 SetPresentationAttrs(baseDeclaration); in SetPresentationAttrs()