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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SimpleFontData.h 119 FloatRect platformBoundsForGlyph(Glyph) const;
269 bounds = platformBoundsForGlyph(glyph);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
SimpleFontDataWin.cpp 133 FloatRect SimpleFontData::platformBoundsForGlyph(Glyph glyph) const
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 245 xHeight = -CGRectGetMinY(platformBoundsForGlyph(xGlyph));
370 FloatRect SimpleFontData::platformBoundsForGlyph(Glyph glyph) const
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 239 FloatRect SimpleFontData::platformBoundsForGlyph(Glyph glyph) const

Completed in 282 milliseconds