Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_linear_track.cpp120 … const double endRect = leftToRight_ ? startRect + trackHeight + trackLength * GetCachedRatio() in Paint() local
133 double endRect = 0.0; in Paint() local
136 endRect = isReverse_ ? startRect - trackHeight - trackLength * GetTotalRatio() in Paint()
147 endRect = startRect + trackHeight + trackLength * GetTotalRatio(); in Paint()
150 endRect = startRect - trackHeight - trackLength * GetTotalRatio(); in Paint()
164 … const double endRect = leftToRight_ ? startRect + trackHeight + trackLength * GetCachedRatio() in Paint() local
166 … RSRoundRect cachedRect(RSRect(startRect, offset.GetY(), endRect, offset.GetY() + trackHeight), in Paint()
178 double endRect = 0.0; in Paint() local
181 endRect = isReverse_ ? startRect - trackHeight - trackLength * GetTotalRatio() in Paint()
194 endRect = startRect + trackHeight + trackLength * GetTotalRatio(); in Paint()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp1742 …Rect endRect = GetItemRectInGroup(index, groupItemPattern->GetDisplayEndIndexInGroup()); //end ite… in ProcessAreaVertical() local
1748 if (groupItemPattern->IsHasFooter() && GreatOrEqual(y, endRect.Bottom()) && in ProcessAreaVertical()
1775 …Rect endRect = GetItemRectInGroup(index, groupItemPattern->GetDisplayEndIndexInGroup()); //end ite… in ProcessAreaHorizontal() local
1781 …if (groupItemPattern->IsHasFooter() && GreatOrEqual(x, endRect.Right()) && LessOrEqual(x, groupRec… in ProcessAreaHorizontal()