Home | History | Annotate | Download | only in rendering

Lines Matching refs:firstLine

2617 RenderBlock::lineWidth(int y, bool firstLine) const
2619 int result = rightOffset(y, firstLine) - leftOffset(y, firstLine);
4441 int RenderBlock::lineHeight(bool firstLine, bool isRootLineBox) const
4450 if (firstLine && document()->usesFirstLineRules()) {
4451 RenderStyle* s = style(firstLine);