Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Drender_texture.cpp99 …(int32_t)(alignmentX_ + GetGlobalOffset().GetX()), (int32_t)(alignmentY_ + GetGlobalOffset().GetY(… in PerformLayout()
154 alignmentY_ = imagePosition_.GetSizeValueY(); in ApplyObjectPosition()
156alignmentY_ = imagePosition_.GetSizeValueY() * (layoutSize.Height() - drawSize_.Height()) / PERCEN… in ApplyObjectPosition()
H A Drender_texture.h115 …(int32_t)(alignmentX_ + GetGlobalOffset().GetX()), (int32_t)(alignmentY_ + GetGlobalOffset().GetY(… in OnGlobalPositionChanged()
133 double alignmentY_ = 0.0; variable
H A Drosen_render_texture.cpp76 auto offset = GetPaintOffset() + Offset(alignmentX_, alignmentY_); in SyncGeometryProperties()
163 DumpLog::GetInstance().AddDesc("alignmentY:", alignmentY_); in DumpTree()