Searched defs:isFirstLine (Results 1 – 5 of 5) sorted by relevance
40 bool isFirstLine() const { return m_isFirstLine; } in isFirstLine() function
654 …loatFromPreviousLine, const WordMeasurements& wordMeasurements, LineWidth& width, bool isFirstLine) in updateSegmentsForShapes()
38 LineWidth::LineWidth(RenderBlockFlow& block, bool isFirstLine, IndentTextOrNot shouldIndentText) in LineWidth()
46 static IndentTextOrNot requiresIndent(bool isFirstLine, bool isAfterHardLineBreak, RenderStyle* sty… in requiresIndent()636 …bool isFirstLine = lineInfo.isFirstLine() && !(isAnonymousBlock() && parent()->firstChild() != thi… in computeInlineDirectionPositionsForLine() local
4569 LayoutUnit RenderBlock::minLineHeightForReplacedRenderer(bool isFirstLine, LayoutUnit replacedHeigh… in minLineHeightForReplacedRenderer()