Home
last modified time | relevance | path

Searched refs:GetAutoMirror (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_component.cpp107 bool SvgComponent::GetAutoMirror() const in GetAutoMirror() function in OHOS::Ace::SvgComponent
109 return declaration_->GetAutoMirror(); in GetAutoMirror()
H A Dsvg_component.h45 bool GetAutoMirror() const;
H A Drender_svg.cpp51 autoMirror_ = svgComponent->GetAutoMirror(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_declaration.h127 bool GetAutoMirror() const in GetAutoMirror() function