Searched refs:fFgColor (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DCharacterStyleData.cpp26 fFgColor(ui_color(fWhichFgColor)),
28 fStrikeOutColor(fFgColor),
29 fUnderlineColor(fFgColor),
52 fFgColor(other.fFgColor),
81 && fFgColor == other.fFgColor
215 if (fFgColor == color)
222 ret->fFgColor = color;
H A DCharacterStyleData.h74 { return fFgColor; }
134 rgb_color fFgColor; member in class:CharacterStyleData

Completed in 36 milliseconds