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

/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.h65 bool SetUnderlineColor(color_which which);
66 bool SetUnderlineColor(rgb_color color);
H A DCharacterStyleData.h92 CharacterStyleDataRef SetUnderlineColor(color_which which);
93 CharacterStyleDataRef SetUnderlineColor(rgb_color color);
H A DCharacterStyle.cpp357 CharacterStyle::SetUnderlineColor(color_which which) function in class:CharacterStyle
359 CharacterStyleDataRef data = fStyleData->SetUnderlineColor(which);
369 CharacterStyle::SetUnderlineColor(rgb_color color) function in class:CharacterStyle
371 CharacterStyleDataRef data = fStyleData->SetUnderlineColor(color);
H A DCharacterStyleData.cpp291 CharacterStyleData::SetUnderlineColor(color_which which) function in class:CharacterStyleData
306 CharacterStyleData::SetUnderlineColor(rgb_color color) function in class:CharacterStyleData

Completed in 143 milliseconds