Home
last modified time | relevance | path

Searched refs:floorToInt (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLineWidth.cpp107 newLeft += floorToInt(m_block.textIndentOffset()); in shrinkAvailableWidthForNewFloatIfNeeded()
117 newRight -= floorToInt(m_block.textIndentOffset()); in shrinkAvailableWidthForNewFloatIfNeeded()
DRenderBlock.h203 return floorToInt(logicalRightOffsetForLine(position, shouldIndentText, logicalHeight));
DRenderTable.cpp516 distributeExtraLogicalHeight(floorToInt(computedLogicalHeight - totalSectionLogicalHeight)); in layout()
DRenderBlock.cpp2613 …calRight = min(rootBlock->inlineDirectionOffset(offsetFromRootBlock) + floorToInt(logicalLeft), mi… in logicalLeftSelectionGap()
2628 …icalLeft = max(rootBlock->inlineDirectionOffset(offsetFromRootBlock) + floorToInt(logicalRight), m… in logicalRightSelectionGap()
/external/chromium_org/third_party/WebKit/Source/platform/
DLayoutUnit.h777 inline int floorToInt(LayoutUnit value) in floorToInt() function