Searched refs:boundsForGlyph (Results 1 – 6 of 6) sorted by relevance
116 FloatRect boundsForGlyph(Glyph) const;251 ALWAYS_INLINE FloatRect SimpleFontData::boundsForGlyph(Glyph glyph) const in boundsForGlyph() function
250 bounds = fontData->boundsForGlyph(glyph); in advanceInternal()
725 FloatRect bounds = fontData->boundsForGlyph(glyph); in offsetToMiddleOfGlyph()
546 FloatRect bounds = font->boundsForGlyph(glyph); in getVerticalTranslationsForGlyphs()
653 FloatRect glyphBounds = fontData->boundsForGlyph(glyph); in adjustGlyphsAndAdvances()
922 FloatRect glyphBounds = currentFontData->boundsForGlyph(glyph); in setGlyphPositionsForHarfBuzzRun()