Searched refs:m_spaceWidth (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelper.h124 return m_spaceWidth;
128 m_spaceWidth = spaceWidth;
402 int m_spaceWidth; member in class:WebCore::UniscribeHelper
H A DUniscribeHelper.cpp88 , m_spaceWidth(0)
778 if (m_spaceWidth == 0)
781 int spaceWidthWithoutLetterSpacing = m_spaceWidth - m_letterSpacing;
800 // but m_spaceWidth does. Here we find out how off we are from
/external/webkit/Source/WebCore/platform/graphics/freetype/
H A DSimpleFontDataFreeType.cpp73 m_spaceWidth = static_cast<float>(text_extents.x_advance);
154 float w = (float)m_spaceWidth;
/external/webkit/Source/WebCore/platform/graphics/pango/
H A DSimpleFontDataPango.cpp71 m_spaceWidth = static_cast<float>(text_extents.x_advance);
156 float width = (float)m_spaceWidth;
/external/webkit/Source/WebCore/platform/graphics/
H A DSimpleFontData.cpp106 m_spaceWidth = spaceGlyphs.isEmpty() ? xHeight : spaceGlyphs.first().horizontalAdvanceX * scale;
110 m_avgCharWidth = numeralZeroGlyphs.isEmpty() ? m_spaceWidth : numeralZeroGlyphs.first().horizontalAdvanceX * scale;
153 m_spaceWidth = 0;
168 m_spaceWidth = width;
H A DSimpleFontData.h116 float spaceWidth() const { return m_spaceWidth; }
229 float m_spaceWidth; member in class:WebCore::SimpleFontData
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DSimpleFontDataQt.cpp74 m_spaceWidth = fm.width(QLatin1Char(' '));

Completed in 112 milliseconds