HomeSort by relevance Sort by last modified time
    Searched refs:m_combinedTextWidth (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderCombineText.cpp 32 , m_combinedTextWidth(0)
70 textOrigin.move(boxRect.height() / 2 - ceilf(m_combinedTextWidth) / 2, style()->font().pixelSize());
102 m_combinedTextWidth = originalFont().width(run);
103 m_isCombined = m_combinedTextWidth <= emWidth;
116 m_combinedTextWidth = runWidth;
RenderCombineText.h 46 float m_combinedTextWidth;

Completed in 44 milliseconds