Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineWidth.cpp84 newLeft += floorToInt(m_block.textIndentOffset()); in shrinkAvailableWidthForNewFloatIfNeeded()
95 newRight -= floorToInt(m_block.textIndentOffset()); in shrinkAvailableWidthForNewFloatIfNeeded()
/external/chromium_org/third_party/WebKit/Source/platform/
DLayoutUnit.h773 inline int floorToInt(LayoutUnit value) in floorToInt() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp513 distributeExtraLogicalHeight(floorToInt(computedLogicalHeight - totalSectionLogicalHeight)); in layout()
DRenderBlock.cpp2438 …calRight = min(rootBlock->inlineDirectionOffset(offsetFromRootBlock) + floorToInt(logicalLeft), mi… in logicalLeftSelectionGap()
2453 …icalLeft = max(rootBlock->inlineDirectionOffset(offsetFromRootBlock) + floorToInt(logicalRight), m… in logicalRightSelectionGap()