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

  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp 136 m_avgCharWidth = widthForGlyph(digitZeroGlyph);
167 float width = widthForGlyph(m_spaceGlyph);
SimpleFontData.h 112 float widthForGlyph(Glyph glyph) const;
310 ALWAYS_INLINE float SimpleFontData::widthForGlyph(Glyph glyph) const
WidthIterator.cpp 135 width = fontData->widthForGlyph(glyph);
FontFastPath.cpp 412 return fontData->widthForGlyph(glyph) / 2;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 144 m_avgCharWidth = widthForGlyph(xGlyph);
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextControllerCoreText.cpp 102 m_advancesVector.fill(CGSizeMake(m_fontData->widthForGlyph(0), 0), m_glyphCount);
ComplexTextControllerATSUI.cpp 246 m_advancesVector.fill(CGSizeMake(m_fontData->widthForGlyph(0), 0), m_glyphCount);
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 105 m_width = s * font.primaryFont()->widthForGlyph(' ');

Completed in 103 milliseconds