Searched refs:fParagraphStyle (Results 1 – 4 of 4) sorted by relevance
23 fParagraphStyle(), in MarkupParser()28 fCurrentParagraphStyle(&fParagraphStyle), in MarkupParser()44 fParagraphStyle(paragraphStyle), in MarkupParser()49 fCurrentParagraphStyle(&fParagraphStyle), in MarkupParser()61 fParagraphStyle = paragraphStyle; in SetStyles()85 fCurrentParagraphStyle = &fParagraphStyle; in AppendMarkup()118 fHeadingParagraphStyle = fParagraphStyle; in _InitStyles()123 fBulletStyle = fParagraphStyle; in _InitStyles()300 fCurrentParagraph.SetStyle(fParagraphStyle); in _FinishParagraph()
168 fParagraphStyle(), in ParagraphLayout()182 fParagraphStyle(paragraph.Style()), in ParagraphLayout()198 fParagraphStyle(other.fParagraphStyle), in ParagraphLayout()219 fParagraphStyle = paragraph.Style(); in SetParagraph()264 const Bullet& bullet = fParagraphStyle.Bullet(); in Draw()269 bulletPos.x += fParagraphStyle.FirstLineInset() in Draw()270 + fParagraphStyle.LineInset(); in Draw()519 const Bullet& bullet = fParagraphStyle.Bullet(); in _Layout()521 float x = fParagraphStyle.LineInset() + fParagraphStyle.FirstLineInset() in _Layout()615 x = fParagraphStyle.LineInset() + bullet.Spacing(); in _Layout()[all …]
30 { return fParagraphStyle; } in NormalParagraphStyle()52 ParagraphStyle fParagraphStyle; variable
182 { return fParagraphStyle; } in Style()241 ParagraphStyle fParagraphStyle; variable