Home
last modified time | relevance | path

Searched refs:HB_GlyphMetrics (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-shape.h38 typedef struct _HB_GlyphMetrics HB_GlyphMetrics; typedef
55 void (*getMetrics)(HB_Font *font, HB_Glyph glyph, HB_GlyphMetrics *metrics);
Dharfbuzz-shaper.h235 } HB_GlyphMetrics; typedef
247 void (*getGlyphMetrics)(HB_Font font, HB_Glyph glyph, HB_GlyphMetrics *metrics);
Dharfbuzz-shaper.cpp250 HB_GlyphMetrics baseMetrics; in positionCluster()
274 HB_GlyphMetrics attachmentRect; in positionCluster()
279 HB_GlyphMetrics markMetrics; in positionCluster()
389 HB_GlyphMetrics unitedAttachmentRect = attachmentRect; in positionCluster()
/external/harfbuzz/contrib/
Dharfbuzz-freetype.c96 HB_GlyphMetrics *metrics) { in hb_freetype_glyph_metrics_get()
/external/skia/src/ports/
DSkHarfBuzzFont.cpp111 HB_GlyphMetrics* metrics) { in getGlyphMetrics()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DHarfbuzzSkia.cpp151 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics) in getGlyphMetrics()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DHarfbuzzSkia.cpp168 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics) in getGlyphMetrics()
/external/harfbuzz/tests/shaping/
Dmain.cpp139 void hb_getGlyphMetrics(HB_Font font, HB_Glyph glyph, HB_GlyphMetrics *metrics) in hb_getGlyphMetrics()