Lines Matching refs:fParagraphStyle
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()
616 y += lineHeight + fParagraphStyle.LineSpacing(); in _Layout()
648 Alignment alignment = fParagraphStyle.Alignment(); in _ApplyAlignment()
649 bool justify = fParagraphStyle.Justify(); in _ApplyAlignment()
990 const Bullet& bullet = fParagraphStyle.Bullet(); in _GetEmptyLayoutBounds()
991 x1 = fParagraphStyle.LineInset() + fParagraphStyle.FirstLineInset() in _GetEmptyLayoutBounds()