Searched refs:isLogicallyLastRunWrapped (Results 1 – 3 of 3) sorted by relevance
173 …void determineSpacingForFlowBoxes(bool lastLine, bool isLogicallyLastRunWrapped, RenderObject* log…
302 void InlineFlowBox::determineSpacingForFlowBoxes(bool lastLine, bool isLogicallyLastRunWrapped, Ren… in determineSpacingForFlowBoxes() argument327 …r) || (isLastChildForRenderer(renderer(), logicallyLastRunRenderer) && !isLogicallyLastRunWrapped); in determineSpacingForFlowBoxes()354 …currFlow->determineSpacingForFlowBoxes(lastLine, isLogicallyLastRunWrapped, logicallyLastRunRender… in determineSpacingForFlowBoxes()
333 …bool isLogicallyLastRunWrapped = bidiRuns.logicallyLastRun()->m_object && bidiRuns.logicallyLastRu… in constructLine() local334 …lastLineBox()->determineSpacingForFlowBoxes(lineInfo.isLastLine(), isLogicallyLastRunWrapped, bidi… in constructLine()