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

  /external/webkit/WebCore/platform/graphics/
SimpleFontData.cpp 52 , m_avgCharWidth(-1)
87 m_avgCharWidth = numeralZeroGlyphs.isEmpty() ? m_spaceWidth : static_cast<float>(numeralZeroGlyphs.first().horizontalAdvanceX * scale);
115 if (m_avgCharWidth <= 0.f && glyphPageZero) {
119 m_avgCharWidth = widthForGlyph(digitZeroGlyph);
123 if (m_avgCharWidth <= 0.f)
124 m_avgCharWidth = m_xHeight;
127 m_maxCharWidth = max<float>(m_avgCharWidth, m_ascent);
SimpleFontData.h 80 float avgCharWidth() const { return m_avgCharWidth; }
178 float m_avgCharWidth;
  /external/webkit/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 101 // m_avgCharWidth in order for text entry widgets to be sized correctly.
107 m_avgCharWidth = SkScalarRound(metrics.fAvgCharWidth);
109 m_avgCharWidth = m_xHeight;
118 m_avgCharWidth = widthForGlyph(xGlyph);
SimpleFontDataChromiumWin.cpp 70 m_avgCharWidth = textMetric.tmAveCharWidth;
  /external/webkit/WebCore/platform/graphics/qt/
SimpleFontDataQt.cpp 65 m_avgCharWidth = fm.averageCharWidth();
  /external/webkit/WebCore/platform/graphics/android/
FontDataAndroid.cpp 66 m_avgCharWidth = 0.f;
  /external/webkit/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 63 m_avgCharWidth = 0.f;
  /external/webkit/WebCore/platform/graphics/gtk/
SimpleFontDataGtk.cpp 71 m_avgCharWidth = 0.f;
SimpleFontDataPango.cpp 72 m_avgCharWidth = 0.f;
  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataCairoWin.cpp 71 m_avgCharWidth = lroundf(textMetrics.tmAveCharWidth * metricsMultiplier);
SimpleFontDataCGWin.cpp 123 m_avgCharWidth = 0.f;
SimpleFontDataWin.cpp 77 m_avgCharWidth = textMetrics.tmAveCharWidth;
  /external/webkit/WebCore/platform/graphics/wince/
SimpleFontDataWince.cpp 157 m_avgCharWidth = (tm.tmAveCharWidth * m_platformData.size() + 36) / 72;
  /external/webkit/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 69 m_avgCharWidth = 0.f;
  /external/webkit/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 279 m_avgCharWidth = 0.f;
301 m_avgCharWidth = sum / totalWeight;

Completed in 392 milliseconds