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

  /external/webkit/Source/WebCore/platform/graphics/qt/
SimpleFontDataQt.cpp 45 m_avgCharWidth = 0;
92 m_avgCharWidth = fm.averageCharWidth();
  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp 52 , m_avgCharWidth(-1)
110 m_avgCharWidth = numeralZeroGlyphs.isEmpty() ? m_spaceWidth : numeralZeroGlyphs.first().horizontalAdvanceX * scale;
132 if (m_avgCharWidth <= 0.f && glyphPageZero) {
136 m_avgCharWidth = widthForGlyph(digitZeroGlyph);
140 if (m_avgCharWidth <= 0.f)
141 m_avgCharWidth = m_fontMetrics.xHeight();
144 m_maxCharWidth = max(m_avgCharWidth, m_fontMetrics.floatAscent());
SimpleFontData.h 109 float avgCharWidth() const { return m_avgCharWidth; }
208 float m_avgCharWidth;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 59 m_avgCharWidth = 0;
127 // m_avgCharWidth in order for text entry widgets to be sized correctly.
133 m_avgCharWidth = SkScalarRound(metrics.fAvgCharWidth);
135 m_avgCharWidth = xHeight;
144 m_avgCharWidth = widthForGlyph(xGlyph);
SimpleFontDataChromiumWin.cpp 58 m_avgCharWidth = 0;
77 m_avgCharWidth = textMetric.tmAveCharWidth;
  /external/webkit/Source/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 60 m_avgCharWidth = 0.f;
  /external/webkit/Source/WebCore/platform/graphics/android/
FontDataAndroid.cpp 75 m_avgCharWidth = 0.f;
  /external/webkit/Source/WebCore/platform/graphics/freetype/
SimpleFontDataFreeType.cpp 80 m_avgCharWidth = 0.f;
  /external/webkit/Source/WebCore/platform/graphics/pango/
SimpleFontDataPango.cpp 78 m_avgCharWidth = 0.f;
  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCairoWin.cpp 73 m_avgCharWidth = textMetrics.tmAveCharWidth * metricsMultiplier;
SimpleFontDataWin.cpp 69 m_avgCharWidth = 0;
86 m_avgCharWidth = textMetrics.tmAveCharWidth;
SimpleFontDataCGWin.cpp 120 m_avgCharWidth = 0.f;
  /external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp 177 m_avgCharWidth = (tm.tmAveCharWidth * m_platformData.size() + 36) / 72;
  /external/webkit/Source/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 75 m_avgCharWidth = 0.f;
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 325 m_avgCharWidth = 0;
332 m_avgCharWidth = scaleEmToUnits(os2AvgCharWidth, m_fontMetrics.unitsPerEm()) * m_platformData.m_size;

Completed in 100 milliseconds