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

/haiku/src/apps/haikudepot/textview/
H A DMarkupParser.cpp25 fBulletStyle(),
46 fBulletStyle(),
123 fBulletStyle = fParagraphStyle;
124 fBulletStyle.SetBullet(Bullet("���", fontSize));
125 fBulletStyle.SetLineInset(ceilf(fontSize * 0.8f));
151 // } else if (fCurrentParagraph.Style() == fBulletStyle) {
228 fCurrentParagraph.SetStyle(fBulletStyle);
245 fCurrentParagraph.SetStyle(fBulletStyle);
H A DMarkupParser.h54 ParagraphStyle fBulletStyle; member in class:MarkupParser

Completed in 85 milliseconds