Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/textview/
H A DCharacterStyleData.cpp29 fUnderlineColor(fFgColor), in CharacterStyleData()
55 fUnderlineColor(other.fUnderlineColor), in CharacterStyleData()
84 && fUnderlineColor == other.fUnderlineColor in operator ==()
308 if (fUnderlineColor == color) in SetUnderlineColor()
315 ret->fUnderlineColor = color; in SetUnderlineColor()
H A DCharacterStyleData.h95 { return fUnderlineColor; } in UnderlineColor()
138 rgb_color fUnderlineColor; variable