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

  /external/webkit/WebCore/platform/graphics/qt/
SimpleFontDataQt.cpp 56 m_adjustedSpaceWidth = m_spaceWidth;
  /external/webkit/WebCore/platform/graphics/
SimpleFontData.cpp 96 m_adjustedSpaceWidth = roundf(m_spaceWidth);
137 m_adjustedSpaceWidth = 0;
151 m_adjustedSpaceWidth = m_treatAsFixedPitch ? ceilf(width) : roundf(width);
SimpleFontData.h 88 float adjustedSpaceWidth() const { return m_adjustedSpaceWidth; }
197 float m_adjustedSpaceWidth;

Completed in 376 milliseconds