Searched refs:boundsForGlyph (Results 1 – 7 of 7) sorted by relevance
111 FloatRect boundsForGlyph(Glyph) const;291 ALWAYS_INLINE FloatRect SimpleFontData::boundsForGlyph(Glyph glyph) const in boundsForGlyph() function
197 bounds = fontData->boundsForGlyph(glyph); in advance()
408 FloatRect bounds = fontData->boundsForGlyph(glyph); in offsetToMiddleOfGlyph()
346 FloatRect glyphBounds = fontData->boundsForGlyph(glyph); in shapeAndPlaceItem()
515 FloatRect glyphBounds = fontData->boundsForGlyph(glyph); in adjustGlyphsAndAdvances()
5518 (WebCore::SimpleFontData::boundsForGlyph):14942 … (WebCore::SimpleFontData::boundsForGlyph): Return empty bounds for the ZERO WIDTH SPACE glyph17513 Call boundsForGlyph instead of metricsForGlyph.17519 …Break getters and setters for metricsForGlyph into widthForGlyph and boundsForGlyph, maintaining p…17522 (WebCore::SimpleFontData::boundsForGlyph):
8385 (WebCore::SimpleFontData::boundsForGlyph): Use isZeroWidthSpaceGlyph().104934 (WebCore::SimpleFontData::boundsForGlyph): Ditto.