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

  /external/webkit/WebCore/platform/graphics/
GlyphWidthMap.h 47 float widthForGlyph(Glyph glyph)
49 return locatePage(glyph / GlyphWidthPage::size)->widthForGlyph(glyph);
62 float widthForGlyph(Glyph glyph) const { return m_widths[glyph % size]; }
SimpleFontData.h 84 float widthForGlyph(Glyph) const;
240 ALWAYS_INLINE float SimpleFontData::widthForGlyph(Glyph glyph) const
242 float width = m_glyphToWidthMap.widthForGlyph(glyph);
SimpleFontData.cpp 119 m_avgCharWidth = widthForGlyph(digitZeroGlyph);
148 float width = widthForGlyph(m_spaceGlyph);
WidthIterator.cpp 128 width = fontData->widthForGlyph(glyph);
  /external/webkit/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 118 m_avgCharWidth = widthForGlyph(xGlyph);
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextControllerCoreText.cpp 104 m_advancesVector.fill(CGSizeMake(m_fontData->widthForGlyph(0), 0), m_glyphCount);
ComplexTextControllerATSUI.cpp 244 m_advancesVector.fill(CGSizeMake(m_fontData->widthForGlyph(0), 0), m_glyphCount);
SimpleFontDataMac.mm 297 sum += widthForGlyph(glyph) * weights[i];
  /external/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 105 m_width = s * font.primaryFont()->widthForGlyph(' ');

Completed in 172 milliseconds