Searched defs:tempSpan (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | spannable_string.h | 120 EqualInsert(uint16_t& startIndex, uint16_t& endIndex, uint16_t tempStart, uint16_t tempEnd, ListNode<SpanType>** tempSpan, List<SpanType>& tempList) EqualInsert() argument 161 UnequalInsert(uint16_t& startIndex, uint16_t& endIndex, uint16_t tempStart, uint16_t tempEnd, ListNode<SpanType>** tempSpan, List<SpanType>& tempList, SpanType tempLeft, SpanType tempRight) UnequalInsert() argument [all...] |
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | spannable_string.cpp | 44 ListNode<StyleSpan*>* tempSpan = styleList_.Begin(); in GetTextStyle() local 208 ListNode<FontSizeSpan>* tempSpan = sizeList_.Begin(); in SetFontSize() local 243 ListNode<FontSizeSpan>* tempSpan = sizeList_.Begin(); GetFontSize() local 267 ListNode<FontIdSpan>* tempSpan = fontIdList_.Begin(); SetFontId() local 301 ListNode<FontIdSpan>* tempSpan = fontIdList_.Begin(); GetFontId() local 325 ListNode<LetterHeightSpan>* tempSpan = heightList_.Begin(); SetFontHeight() local 363 ListNode<LetterHeightSpan>* tempSpan = heightList_.Begin(); GetFontHeight() local 394 ListNode<BackgroundColorSpan>* tempSpan = backgroundColorList_.Begin(); SetBackgroundColor() local 433 ListNode<BackgroundColorSpan>* tempSpan = backgroundColorList_.Begin(); GetBackgroundColor() local 457 ListNode<ForegroundColorSpan>* tempSpan = foregroundColorList_.Begin(); SetForegroundColor() local 495 ListNode<ForegroundColorSpan>* tempSpan = foregroundColorList_.Begin(); GetForegroundColor() local 519 ListNode<LineBackgroundColorSpan>* tempSpan = lineBackgroundColorList_.Begin(); SetLineBackgroundColor() local 558 ListNode<LineBackgroundColorSpan>* tempSpan = lineBackgroundColorList_.Begin(); GetLineBackgroundColor() local [all...] |
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_endpoint.cpp | 1787 SpanInfo *tempSpan = processBufferList_[i]->GetSpanInfo(eachCurReadPos); in PrepareNextLoop() local
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_process_in_client.cpp | 1472 SpanInfo *tempSpan = audioBuffer_->GetSpanInfo(curWritePos); in PrepareCurrent() local 1508 SpanInfo *tempSpan = audioBuffer_->GetSpanInfo(curWritePos); in FinishHandleCurrent() local [all...] |
Completed in 9 milliseconds