Home
last modified time | relevance | path

Searched refs:fUnderlineStyle (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.cpp51 fUnderlineStyle(underlineStyle), in ValControlSegment()
154 if (fUnderlineStyle == NO_UNDERLINE) in Draw()
180 (fUnderlineStyle == DOTTED_UNDERLINE) ? B_MIXED_COLORS : in Draw()
297 archive->FindInt32("ulStyle", (int32*)&fUnderlineStyle); in ValControlSegment()
306 archive->AddInt32("ulStyle", fUnderlineStyle); in Archive()
H A DValControlSegment.h174 underline_style fUnderlineStyle; variable
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyleData.cpp32 fUnderlineStyle(UNDERLINE_NONE) in CharacterStyleData()
58 fUnderlineStyle(other.fUnderlineStyle) in CharacterStyleData()
87 && fUnderlineStyle == other.fUnderlineStyle; in operator ==()
339 if (fUnderlineStyle == underline) in SetUnderline()
346 ret->fUnderlineStyle = underline; in SetUnderline()
H A DCharacterStyleData.h105 { return fUnderlineStyle; } in Underline()
141 uint8 fUnderlineStyle; variable