Lines Matching refs:firstLine
761 int RenderBoxModelObject::verticalPosition(bool firstLine) const
776 vpos = checkParent ? toRenderInline(parent())->verticalPositionFromCache(firstLine) : 0;
781 firstLine)->font();
789 vpos += baselinePosition(firstLine) - f.ascent();
791 vpos += -static_cast<int>(f.xHeight() / 2) - lineHeight(firstLine) / 2 + baselinePosition(firstLine);
795 vpos -= (lineHeight(firstLine) - baselinePosition(firstLine));
797 vpos += -lineHeight(firstLine) / 2 + baselinePosition(firstLine);
799 vpos -= style()->verticalAlignLength().calcValue(lineHeight(firstLine));