Home
last modified time | relevance | path

Searched refs:inputForegroundColor (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dspannable_string.cpp437 void SpannableString::SetForegroundColor(ColorType inputForegroundColor, uint16_t startIndex, uint1… in SetForegroundColor() argument
443 inputSpan.fontColor.full = inputForegroundColor.full; in SetForegroundColor()
455 if (inputForegroundColor.full == tempSize.full) { in SetForegroundColor()
475 inputSpan.fontColor.full = inputForegroundColor.full; in SetForegroundColor()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dspannable_string.h91 void SetForegroundColor(ColorType inputForegroundColor, uint16_t startIndex, uint16_t endIndex);