Searched refs:UpdateEndIndex (Results 1 – 9 of 9) sorted by relevance
233 (*it)->UpdateEndIndex(newLength + spanStart); in ProcessSpanBaseList()244 (*it)->UpdateEndIndex(start); in ProcessSpanBaseList()251 (*it)->UpdateEndIndex(newEnd); in ProcessSpanBaseList()303 span->UpdateEndIndex(span->GetEndIndex() + offset); in UpdateSpansAndSpanMapWithOffsetAfterInsert()493 (*it)->UpdateEndIndex(spanItemEnd + offset); in ApplyInsertSpanStringToSpanBase()496 (*it)->UpdateEndIndex(start); in ApplyInsertSpanStringToSpanBase()616 span->UpdateEndIndex(span->GetEndIndex() + length); in InsertStringAroundSpecialNode()
240 (*it)->UpdateEndIndex(intersection->first); in SplitInterval()269 (*current)->UpdateEndIndex(std::max((*current)->GetEndIndex(), (*it)->GetEndIndex())); in MergeIntervals()503 defaultSpan->UpdateEndIndex(end); in RemoveSpan()836 span->UpdateEndIndex(span->GetEndIndex() + offset); in UpdateSpanBaseWithOffset()
55 void SpanBase::UpdateEndIndex(int32_t endIndex) in UpdateEndIndex() function in OHOS::Ace::SpanBase552 spanBase->UpdateEndIndex(end); in GetSubSpan()
111 void UpdateEndIndex(int32_t endIndex);
93 void UpdateEndIndex(float overScrollOffset, float mainSize, float mainGap);
137 void GridLayoutInfo::UpdateEndIndex(float overScrollOffset, float mainSize, float mainGap) in UpdateEndIndex() function in OHOS::Ace::NG::GridLayoutInfo
568 imageSpan->UpdateEndIndex(start + length); in GetImageAttachment()600 spanBase->UpdateEndIndex(start + length); in ParseJsCustomSpan()
411 gridLayoutInfo_.UpdateEndIndex(offset, mainSize, mainGap_); in FillGridViewportAndMeasureChildren()
1013 imageSpan2->UpdateEndIndex(4);