Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderCombineText.cpp104 float emWidth = description.computedSize() * textCombineMargin; in combineText() local
109 m_isCombined = m_combinedTextWidth <= emWidth; in combineText()
123 if (runWidth <= emWidth) { in combineText()