Searched refs:m_combinedTextWidth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderCombineText.cpp32 , m_combinedTextWidth(0)
75 textOrigin.move(boxRect.height() / 2 - ceilf(m_combinedTextWidth) / 2, style()->font().fontDescription().computedPixelSize());
108 m_combinedTextWidth = originalFont().width(run);
109 m_isCombined = m_combinedTextWidth <= emWidth;
124 m_combinedTextWidth = runWidth;
H A DRenderCombineText.h47 float m_combinedTextWidth; member in class:blink::FINAL

Completed in 65 milliseconds