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

  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontDataAndroid.cpp 122 FloatRect SimpleFontData::platformBoundsForGlyph(Glyph) const
  /external/webkit/Source/WebCore/platform/graphics/freetype/
SimpleFontDataFreeType.cpp 141 FloatRect SimpleFontData::platformBoundsForGlyph(Glyph) const
  /external/webkit/Source/WebCore/platform/graphics/pango/
SimpleFontDataPango.cpp 143 FloatRect SimpleFontData::platformBoundsForGlyph(Glyph) const
  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCairoWin.cpp 102 FloatRect SimpleFontData::platformBoundsForGlyph(Glyph glyph) const
SimpleFontDataCGWin.cpp 125 FloatRect SimpleFontData::platformBoundsForGlyph(Glyph glyph) const
  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h 113 FloatRect platformBoundsForGlyph(Glyph) const;
303 bounds = platformBoundsForGlyph(glyph);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 177 FloatRect SimpleFontData::platformBoundsForGlyph(Glyph) const
SimpleFontDataLinux.cpp 215 FloatRect SimpleFontData::platformBoundsForGlyph(Glyph) const
  /external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp 149 FloatRect SimpleFontData::platformBoundsForGlyph(Glyph) const
  /external/webkit/Source/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 140 FloatRect SimpleFontData::platformBoundsForGlyph(Glyph) const
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 285 xHeight = -CGRectGetMinY(platformBoundsForGlyph(xGlyph));
459 FloatRect SimpleFontData::platformBoundsForGlyph(Glyph glyph) const

Completed in 38 milliseconds