Home | History | Annotate | Download | only in fonts

Lines Matching refs:fontMetrics

141     const FontMetrics& fontMetrics, GlyphOverflow* glyphOverflow)
144 glyphBounds.top() - (glyphOverflow->computeBounds ? 0 : fontMetrics.ascent()));
146 glyphBounds.bottom() - (glyphOverflow->computeBounds ? 0 : fontMetrics.descent()));
174 updateGlyphOverflowFromBounds(cacheEntry->glyphBounds, fontMetrics(), glyphOverflow);
193 updateGlyphOverflowFromBounds(glyphBounds, fontMetrics(), glyphOverflow);
595 return markFontData->fontMetrics().ascent();
611 return markFontData->fontMetrics().descent();
627 return markFontData->fontMetrics().height();