Lines Matching refs:firstLine
2081 int RenderObject::lineHeight(bool firstLine, bool /*isRootLineBox*/) const
2083 return style(firstLine)->computedLineHeight();
2086 int RenderObject::baselinePosition(bool firstLine, bool isRootLineBox) const
2088 const Font& f = style(firstLine)->font();
2089 return f.ascent() + (lineHeight(firstLine, isRootLineBox) - f.height()) / 2;