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

  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h 111 FloatRect boundsForGlyph(Glyph) const;
291 ALWAYS_INLINE FloatRect SimpleFontData::boundsForGlyph(Glyph glyph) const
WidthIterator.cpp 197 bounds = fontData->boundsForGlyph(glyph);
FontFastPath.cpp 408 FloatRect bounds = fontData->boundsForGlyph(glyph);
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 346 FloatRect glyphBounds = fontData->boundsForGlyph(glyph);
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 515 FloatRect glyphBounds = fontData->boundsForGlyph(glyph);

Completed in 184 milliseconds