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

/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.cpp198 fNullStyle.font = *inFont;
199 fNullStyle.color = *inColor;
224 fNullStyle = fStyleRecord[fStyleRunDesc[index]->index]->style;
235 SetStyleFromMode(inMode, inFont, &fNullStyle.font, inColor,
236 &fNullStyle.color);
239 fNullStyle = fStyleRecord[fStyleRunDesc[index]->index]->style;
240 SetStyleFromMode(inMode, inFont, &fNullStyle.font, inColor,
241 &fNullStyle.color);
253 *font = &fNullStyle.font;
256 *color = &fNullStyle
[all...]
H A DStyleBuffer.h155 STEStyle fNullStyle; member in class:BTextView::StyleBuffer

Completed in 34 milliseconds