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

/haiku/src/apps/haikudepot/textview/
H A DCharacterStyleData.cpp22 fWhichBgColor(B_PANEL_BACKGROUND_COLOR),
27 fBgColor(ui_color(fWhichBgColor)),
48 fWhichBgColor(other.fWhichBgColor),
77 && fWhichBgColor == other.fWhichBgColor
231 if (fWhichBgColor == which)
238 ret->fWhichBgColor = which;
254 ret->fWhichBgColor = B_NO_COLOR;
H A DCharacterStyleData.h83 { return fWhichBgColor; }
129 color_which fWhichBgColor; member in class:CharacterStyleData

Completed in 34 milliseconds