Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/chromium/
DUniscribeHelper.h124 return m_spaceWidth; in spaceWidth()
128 m_spaceWidth = spaceWidth; in setSpaceWidth()
402 int m_spaceWidth; variable
DUniscribeHelper.cpp88 , m_spaceWidth(0) in UniscribeHelper()
778 if (m_spaceWidth == 0) in adjustSpaceAdvances()
781 int spaceWidthWithoutLetterSpacing = m_spaceWidth - m_letterSpacing; in adjustSpaceAdvances()
/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.cpp106 m_spaceWidth = spaceGlyphs.isEmpty() ? xHeight : spaceGlyphs.first().horizontalAdvanceX * scale; in SimpleFontData()
110 …m_avgCharWidth = numeralZeroGlyphs.isEmpty() ? m_spaceWidth : numeralZeroGlyphs.first().horizontal… in SimpleFontData()
153 m_spaceWidth = 0; in platformGlyphInit()
168 m_spaceWidth = width; in platformGlyphInit()
DSimpleFontData.h116 float spaceWidth() const { return m_spaceWidth; } in spaceWidth()
229 float m_spaceWidth; variable
/external/webkit/Source/WebCore/platform/graphics/freetype/
DSimpleFontDataFreeType.cpp73 m_spaceWidth = static_cast<float>(text_extents.x_advance); in platformInit()
154 float w = (float)m_spaceWidth; in platformWidthForGlyph()
/external/webkit/Source/WebCore/platform/graphics/pango/
DSimpleFontDataPango.cpp71 m_spaceWidth = static_cast<float>(text_extents.x_advance); in platformInit()
156 float width = (float)m_spaceWidth; in platformWidthForGlyph()
/external/webkit/Source/WebCore/platform/graphics/qt/
DSimpleFontDataQt.cpp74 m_spaceWidth = fm.width(QLatin1Char(' ')); in platformInit()