Searched refs:floorToInt (Results 1 – 5 of 5) sorted by relevance
107 newLeft += floorToInt(m_block.textIndentOffset()); in shrinkAvailableWidthForNewFloatIfNeeded()117 newRight -= floorToInt(m_block.textIndentOffset()); in shrinkAvailableWidthForNewFloatIfNeeded()
203 return floorToInt(logicalRightOffsetForLine(position, shouldIndentText, logicalHeight));
516 distributeExtraLogicalHeight(floorToInt(computedLogicalHeight - totalSectionLogicalHeight)); in layout()
2613 …calRight = min(rootBlock->inlineDirectionOffset(offsetFromRootBlock) + floorToInt(logicalLeft), mi… in logicalLeftSelectionGap()2628 …icalLeft = max(rootBlock->inlineDirectionOffset(offsetFromRootBlock) + floorToInt(logicalRight), m… in logicalRightSelectionGap()
777 inline int floorToInt(LayoutUnit value) in floorToInt() function