Lines Matching refs:firstLine
2617 RenderBlock::lineWidth(int y, bool firstLine) const2619 int result = rightOffset(y, firstLine) - leftOffset(y, firstLine);4441 int RenderBlock::lineHeight(bool firstLine, bool isRootLineBox) const4450 if (firstLine && document()->usesFirstLineRules()) {4451 RenderStyle* s = style(firstLine);