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

  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h 109 float avgCharWidth() const { return m_avgCharWidth; }
  /external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 93 BigEndianUShort avgCharWidth;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatPanel.java 719 int avgCharWidth = gc.getFontMetrics().getAverageCharWidth();
723 mLogCatMessageLabelProvider.setMinimumLengthForToolTips(width/avgCharWidth);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTextControl.cpp 531 // for avgCharWidth, fallback to the legacy webkit behavior of getting the avgCharWidth
552 return roundf(style()->font().primaryFont()->avgCharWidth());

Completed in 793 milliseconds