Searched refs:spanItemAfter (Results 1 – 1 of 1) sorted by relevance
5226 auto spanItemAfter = spanNodeAfter->GetSpanItem(); in InsertValueToBeforeSpan() local5227 spanItemAfter->position = static_cast<int32_t>(textTemp.length()); in InsertValueToBeforeSpan()5228 spanItemAfter->useThemeFontColor = spanItem->useThemeFontColor; in InsertValueToBeforeSpan()5229 spanItemAfter->useThemeDecorationColor = spanItem->useThemeDecorationColor; in InsertValueToBeforeSpan()5230 AddSpanItem(spanItemAfter, host->GetChildIndex(spanNodeBefore) + 1); in InsertValueToBeforeSpan()