Searched refs:fontIdList_ (Results 1 – 3 of 3) sorted by relevance
74 if (fontIdList_.Size() > 0) { in Reset()75 fontIdList_.Clear(); in Reset()92 ListNode<FontIdSpan>* node_id = input->fontIdList_.Begin(); in SetSpannableString()93 while (node_id != input->fontIdList_.End()) { in SetSpannableString()249 if (fontIdList_.IsEmpty()) { in SetFontId()254 fontIdList_.PushFront(inputSpan); in SetFontId()258 ListNode<FontIdSpan>* tempSpan = fontIdList_.Begin(); in SetFontId()259 for (; tempSpan != fontIdList_.End(); tempSpan = tempSpan->next_) { in SetFontId()283 fontIdList_.PushBack(inputSpan); in SetFontId()292 ListNode<FontIdSpan>* tempSpan = fontIdList_.Begin(); in GetFontId()[all …]
106 List<FontIdSpan> fontIdList_; variable
40 return fontIdList_.Size(); in GetFontIdListSize()