Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.h116 FloatRect boundsForGlyph(Glyph) const;
251 ALWAYS_INLINE FloatRect SimpleFontData::boundsForGlyph(Glyph glyph) const in boundsForGlyph() function
DWidthIterator.cpp250 bounds = fontData->boundsForGlyph(glyph); in advanceInternal()
DFont.cpp725 FloatRect bounds = fontData->boundsForGlyph(glyph); in offsetToMiddleOfGlyph()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.cpp546 FloatRect bounds = font->boundsForGlyph(glyph); in getVerticalTranslationsForGlyphs()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DComplexTextController.cpp653 FloatRect glyphBounds = fontData->boundsForGlyph(glyph); in adjustGlyphsAndAdvances()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.cpp922 FloatRect glyphBounds = currentFontData->boundsForGlyph(glyph); in setGlyphPositionsForHarfBuzzRun()