Searched refs:HB_GlyphMetrics (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz/src/ |
D | harfbuzz-shape.h | 38 typedef struct _HB_GlyphMetrics HB_GlyphMetrics; typedef 55 void (*getMetrics)(HB_Font *font, HB_Glyph glyph, HB_GlyphMetrics *metrics);
|
D | harfbuzz-shaper.h | 235 } HB_GlyphMetrics; typedef 247 void (*getGlyphMetrics)(HB_Font font, HB_Glyph glyph, HB_GlyphMetrics *metrics);
|
D | harfbuzz-shaper.cpp | 250 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/ |
D | harfbuzz-freetype.c | 96 HB_GlyphMetrics *metrics) { in hb_freetype_glyph_metrics_get()
|
/external/skia/src/ports/ |
D | SkHarfBuzzFont.cpp | 111 HB_GlyphMetrics* metrics) { in getGlyphMetrics()
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | HarfbuzzSkia.cpp | 151 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics) in getGlyphMetrics()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | HarfbuzzSkia.cpp | 168 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics) in getGlyphMetrics()
|
/external/harfbuzz/tests/shaping/ |
D | main.cpp | 139 void hb_getGlyphMetrics(HB_Font font, HB_Glyph glyph, HB_GlyphMetrics *metrics) in hb_getGlyphMetrics()
|