Home
last modified time | relevance | path

Searched refs:hasY_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_text_declaration.h119 hasY_ = hasY; in SetHasY()
129 return hasY_; in HasY()
146 bool hasY_ = false; variable
H A Dsvg_text_declaration.cpp73 declaration.hasY_ = true; in SetSpecializedValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_text.cpp41 hasY_ = textComponent->GetHasY(); in Update()
90 hasY_ = true; in SetProperty()
H A Drender_svg_text.h94 bool hasY_ = false; variable
H A Drosen_render_svg_tspan.cpp37 double offsetY = hasY_ ? (drawOffset.svg.GetY() + y + dy) : (drawOffset.current.GetY() + dy); in UpdateDrawOffset()