Home
last modified time | relevance | path

Searched refs:needAddNode (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp210 bool needAddNode = true; in SetFontSize() local
215 needAddNode = EqualInsert<FontSizeSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, sizeList_); in SetFontSize()
225 needAddNode = UnequalInsert<FontSizeSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, in SetFontSize()
228 if (needAddNode) { in SetFontSize()
269 bool needAddNode = true; in SetFontId() local
274 needAddNode = EqualInsert<FontIdSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, fontIdList_); in SetFontId()
284 needAddNode = UnequalInsert<FontIdSpan>(startIndex, endIndex, tempStart, tempEnd, &tempSpan, fontIdList_, in SetFontId()
287 if (needAddNode) { in SetFontId()
327 bool needAddNode = true; in SetFontHeight() local
332 needAddNode in SetFontHeight()
396 bool needAddNode = true; SetBackgroundColor() local
459 bool needAddNode = true; SetForegroundColor() local
521 bool needAddNode = true; SetLineBackgroundColor() local
[all...]
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h130 bool needAddNode = true; in EqualInsert() local
150 needAddNode = false; in EqualInsert()
156 return needAddNode; in EqualInsert()
170 bool needAddNode = true; in UnequalInsert() local
195 return needAddNode; in UnequalInsert()

Completed in 3 milliseconds