Searched refs:fBulletStyle (Results 1 – 2 of 2) sorted by relevance
25 fBulletStyle(), in MarkupParser()46 fBulletStyle(), in MarkupParser()123 fBulletStyle = fParagraphStyle; in _InitStyles()124 fBulletStyle.SetBullet(Bullet("•", fontSize)); in _InitStyles()125 fBulletStyle.SetLineInset(ceilf(fontSize * 0.8f)); in _InitStyles()228 fCurrentParagraph.SetStyle(fBulletStyle); in _ParseText()245 fCurrentParagraph.SetStyle(fBulletStyle); in _ParseText()
54 ParagraphStyle fBulletStyle; variable