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

  /external/webkit/WebCore/platform/graphics/qt/
SimpleFontDataQt.cpp 49 m_spaceWidth = fm.width(QLatin1Char(' '));
56 m_adjustedSpaceWidth = m_spaceWidth;
  /external/webkit/WebCore/platform/graphics/
SimpleFontData.cpp 83 m_spaceWidth = spaceGlyphs.isEmpty() ? m_xHeight : static_cast<float>(spaceGlyphs.first().horizontalAdvanceX * scale);
87 m_avgCharWidth = numeralZeroGlyphs.isEmpty() ? m_spaceWidth : static_cast<float>(numeralZeroGlyphs.first().horizontalAdvanceX * scale);
96 m_adjustedSpaceWidth = roundf(m_spaceWidth);
136 m_spaceWidth = 0;
149 m_spaceWidth = width;
SimpleFontData.h 87 float spaceWidth() const { return m_spaceWidth; }
196 float m_spaceWidth;
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.h 123 return m_spaceWidth;
127 m_spaceWidth = spaceWidth;
392 int m_spaceWidth;
UniscribeHelper.cpp 115 , m_spaceWidth(0)
    [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
SimpleFontDataGtk.cpp 64 m_spaceWidth = static_cast<float>(text_extents.x_advance);
125 float w = (float)m_spaceWidth;
SimpleFontDataPango.cpp 65 m_spaceWidth = static_cast<float>(text_extents.x_advance);
130 float w = (float)m_spaceWidth;

Completed in 125 milliseconds