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

  /external/webkit/Source/WebCore/platform/graphics/
FontMetrics.h 36 , m_lineSpacing(0)
70 float floatLineSpacing() const { return m_lineSpacing; }
71 void setLineSpacing(float lineSpacing) { m_lineSpacing = lineSpacing; }
97 int lineSpacing() const { return lroundf(m_lineSpacing); }
113 m_lineSpacing = 0;
121 float m_lineSpacing;
  /external/webkit/Source/WebCore/platform/wx/wxcode/
fontprops.h 39 float GetLineSpacing() { return m_lineSpacing; }
46 float m_lineSpacing;
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
fontprops.cpp 44 m_ascent(0), m_descent(0), m_lineGap(0), m_lineSpacing(0), m_xHeight(0)
56 m_lineSpacing = static_cast<int>(font_extents.height);
60 m_lineGap = m_lineSpacing - m_ascent - m_descent;
91 m_lineSpacing = m_ascent + m_descent;
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
fontprops.mm 44 m_ascent(0), m_descent(0), m_lineGap(0), m_lineSpacing(0), m_xHeight(0)
83 m_lineSpacing = m_ascent + m_descent + m_lineGap;
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
fontprops.cpp 48 m_ascent(0), m_descent(0), m_lineGap(0), m_lineSpacing(0), m_xHeight(0)
63 m_lineSpacing = m_lineGap + m_ascent + m_descent;

Completed in 146 milliseconds