Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstLine

471     virtual int lineHeight(bool firstLine, bool isRootLineBox = false) const;
474 virtual int baselinePosition(bool firstLine, bool isRootLineBox = false) const;
587 RenderStyle* style(bool firstLine) const { return firstLine ? firstLineStyle() : style(); }