Home
last modified time | relevance | path

Searched refs:boundsForGlyph (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.h111 FloatRect boundsForGlyph(Glyph) const;
291 ALWAYS_INLINE FloatRect SimpleFontData::boundsForGlyph(Glyph glyph) const in boundsForGlyph() function
DWidthIterator.cpp197 bounds = fontData->boundsForGlyph(glyph); in advance()
DFontFastPath.cpp408 FloatRect bounds = fontData->boundsForGlyph(glyph); in offsetToMiddleOfGlyph()
/external/webkit/Source/WebCore/platform/graphics/win/
DUniscribeController.cpp346 FloatRect glyphBounds = fontData->boundsForGlyph(glyph); in shapeAndPlaceItem()
/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.cpp515 FloatRect glyphBounds = fontData->boundsForGlyph(glyph); in adjustGlyphsAndAdvances()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-245518 (WebCore::SimpleFontData::boundsForGlyph):
14942 … (WebCore::SimpleFontData::boundsForGlyph): Return empty bounds for the ZERO WIDTH SPACE glyph
17513 Call boundsForGlyph instead of metricsForGlyph.
17519 …Break getters and setters for metricsForGlyph into widthForGlyph and boundsForGlyph, maintaining p…
17522 (WebCore::SimpleFontData::boundsForGlyph):
DChangeLog-2010-12-068385 (WebCore::SimpleFontData::boundsForGlyph): Use isZeroWidthSpaceGlyph().
104934 (WebCore::SimpleFontData::boundsForGlyph): Ditto.