Searched refs:SetForegroundColor (Results 1 – 5 of 5) sorted by relevance
44 bool SetForegroundColor(47 bool SetForegroundColor(color_which which);48 bool SetForegroundColor(rgb_color color);
229 CharacterStyle::SetForegroundColor(uint8 r, uint8 g, uint8 b, uint8 a) in SetForegroundColor() function in CharacterStyle231 return SetForegroundColor((rgb_color){ r, g, b, a }); in SetForegroundColor()236 CharacterStyle::SetForegroundColor(color_which which) in SetForegroundColor() function in CharacterStyle238 CharacterStyleDataRef data = fStyleData->SetForegroundColor(which); in SetForegroundColor()248 CharacterStyle::SetForegroundColor(rgb_color color) in SetForegroundColor() function in CharacterStyle250 CharacterStyleDataRef data = fStyleData->SetForegroundColor(color); in SetForegroundColor()
71 CharacterStyleDataRef SetForegroundColor(color_which which);72 CharacterStyleDataRef SetForegroundColor(rgb_color color);
198 CharacterStyleData::SetForegroundColor(color_which which) in SetForegroundColor() function in CharacterStyleData213 CharacterStyleData::SetForegroundColor(rgb_color color) in SetForegroundColor() function in CharacterStyleData
63 disabledStyle.SetForegroundColor(kLightBlack); in SetDisabledText()