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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.h 124 return m_spaceWidth;
128 m_spaceWidth = spaceWidth;
402 int m_spaceWidth;
UniscribeHelper.cpp 88 , m_spaceWidth(0)
778 if (m_spaceWidth == 0)
781 int spaceWidthWithoutLetterSpacing = m_spaceWidth - m_letterSpacing;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/freetype/
SimpleFontDataFreeType.cpp 73 m_spaceWidth = static_cast<float>(text_extents.x_advance);
154 float w = (float)m_spaceWidth;
  /external/webkit/Source/WebCore/platform/graphics/pango/
SimpleFontDataPango.cpp 71 m_spaceWidth = static_cast<float>(text_extents.x_advance);
156 float width = (float)m_spaceWidth;
  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp 106 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;
SimpleFontData.h 116 float spaceWidth() const { return m_spaceWidth; }
229 float m_spaceWidth;
  /external/webkit/Source/WebCore/platform/graphics/qt/
SimpleFontDataQt.cpp 74 m_spaceWidth = fm.width(QLatin1Char(' '));

Completed in 457 milliseconds