Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp510 ListNode<BackgroundColor>* bColor = backgroundColor->Begin(); in GetBackgroundColor() local
511 for (; bColor != backgroundColor->End(); bColor = bColor->next_) { in GetBackgroundColor()
512 uint16_t start = bColor->data_.start; in GetBackgroundColor()
513 uint16_t end = bColor->data_.end; in GetBackgroundColor()
516 bgColor = bColor->data_.backgroundColor ; in GetBackgroundColor()

Completed in 2 milliseconds