Home
last modified time | relevance | path

Searched defs:getGlyphMetrics (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/ports/
DSkHarfBuzzFont.cpp110 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, in getGlyphMetrics() function
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DHarfbuzzSkia.cpp151 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics) in getGlyphMetrics() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DHarfbuzzSkia.cpp168 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics) in getGlyphMetrics() function
/external/harfbuzz/src/
Dharfbuzz-shaper.h247 void (*getGlyphMetrics)(HB_Font font, HB_Glyph glyph, HB_GlyphMetrics *metrics); member
/external/skia/src/core/
DSkPaint.cpp432 const SkGlyph& SkPaint::getGlyphMetrics(uint16_t glyphId) { in getGlyphMetrics() function in SkPaint