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

/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.h52 bool SetBackgroundColor(
55 bool SetBackgroundColor(color_which which);
56 bool SetBackgroundColor(rgb_color color);
H A DCharacterStyleData.h78 CharacterStyleDataRef SetBackgroundColor(color_which which);
79 CharacterStyleDataRef SetBackgroundColor(rgb_color color);
H A DCharacterStyle.cpp274 CharacterStyle::SetBackgroundColor(uint8 r, uint8 g, uint8 b, uint8 a) function in class:CharacterStyle
276 return SetBackgroundColor((rgb_color){ r, g, b, a });
281 CharacterStyle::SetBackgroundColor(color_which which) function in class:CharacterStyle
283 CharacterStyleDataRef data = fStyleData->SetBackgroundColor(which);
293 CharacterStyle::SetBackgroundColor(rgb_color color) function in class:CharacterStyle
295 CharacterStyleDataRef data = fStyleData->SetBackgroundColor(color);
H A DCharacterStyleData.cpp229 CharacterStyleData::SetBackgroundColor(color_which which) function in class:CharacterStyleData
244 CharacterStyleData::SetBackgroundColor(rgb_color color) function in class:CharacterStyleData
/haiku/headers/private/interface/
H A DColumnListView.h347 void SetBackgroundColor(rgb_color);
/haiku/src/kits/interface/
H A DColumnListView.cpp1593 BColumnListView::SetBackgroundColor(rgb_color color) function in class:BColumnListView

Completed in 122 milliseconds