Home
last modified time | relevance | path

Searched refs:currentMask (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp312 Rect currentMask(mask.GetLeft(), pos.y, mask.GetRight(), pos.y + curLineHeight); in Draw() local
313 currentMask.Intersect(currentMask, mask); in Draw()
316 LabelLineInfo labelLine {pos, offset, currentMask, curLineHeight, lineBytes, in Draw()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.cpp1016 auto currentMask = (i == 0 ? layoutProperty->GetSelectedMask().value_or(-1) in LayoutMask() local
1018 if (currentMask < 0) { in LayoutMask()
1024 auto iter = childOffsetDelta.find(currentMask); in LayoutMask()