Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/
DSimpleFontData.cpp94 m_adjustedSpaceWidth = roundf(m_spaceWidth); in SimpleFontData()
135 m_adjustedSpaceWidth = 0; in platformGlyphInit()
149 m_adjustedSpaceWidth = m_treatAsFixedPitch ? ceilf(width) : roundf(width); in platformGlyphInit()
DSimpleFontData.h81 float adjustedSpaceWidth() const { return m_adjustedSpaceWidth; } in adjustedSpaceWidth()
192 float m_adjustedSpaceWidth; variable
/external/webkit/WebCore/platform/graphics/qt/
DSimpleFontDataQt.cpp56 m_adjustedSpaceWidth = m_spaceWidth; in platformGlyphInit()