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

/haiku/src/apps/haikudepot/textview/
H A DCharacterStyleData.cpp28 fStrikeOutColor(fFgColor),
54 fStrikeOutColor(other.fStrikeOutColor),
83 && fStrikeOutColor == other.fStrikeOutColor
277 if (fStrikeOutColor == color)
284 ret->fStrikeOutColor = color;
H A DCharacterStyleData.h88 { return fStrikeOutColor; }
137 rgb_color fStrikeOutColor; member in class:CharacterStyleData

Completed in 78 milliseconds