/external/harfbuzz/src/ |
D | harfbuzz-shaper.h | 242 …HB_Bool (*convertStringToGlyphIndices)(HB_Font font, const HB_UChar16 *string, hb_uint32 length, … 243 …void (*getGlyphAdvances)(HB_Font font, const HB_Glyph *glyphs, hb_uint32 numGlyphs, HB_Fixed *… 244 HB_Bool (*canRender)(HB_Font font, const HB_UChar16 *string, hb_uint32 length); 246 …HB_Error (*getPointInOutline)(HB_Font font, HB_Glyph glyph, int flags /*HB_ShaperFlag*/, hb_uint32… 247 void (*getGlyphMetrics)(HB_Font font, HB_Glyph glyph, HB_GlyphMetrics *metrics); 248 HB_Fixed (*getFontMetric)(HB_Font font, HB_FontMetric metric); 271 …HB_Font font; /* input: the font: scale, units and function pointers sup…
|
D | harfbuzz-shape.h | 50 typedef struct _HB_Font HB_Font; typedef 54 HB_Glyph (*charToGlyph)(HB_Font *font, HB_Unichar chr); 55 void (*getMetrics)(HB_Font *font, HB_Glyph glyph, HB_GlyphMetrics *metrics); 56 HB_Boolean (*getSFontTable)(HB_Font *font, void **cookie, char **start, int *len);
|
D | harfbuzz-gpos.h | 59 typedef HB_Error (*HB_MMFunction)(HB_Font font, 146 HB_Error HB_GPOS_Apply_String( HB_Font font,
|
D | harfbuzz-global.h | 112 typedef struct HB_Font_ *HB_Font; typedef
|
D | harfbuzz-dump-main.c | 48 HB_Font font; in main()
|
D | harfbuzz-gpos.c | 38 HB_Font font; 64 static HB_Error default_mmfunc( HB_Font font, in default_mmfunc() 6027 HB_Error HB_GPOS_Apply_String( HB_Font font, in HB_GPOS_Apply_String()
|
/external/harfbuzz/contrib/ |
D | harfbuzz-freetype.c | 16 hb_freetype_string_to_glyphs(HB_Font font, in hb_freetype_string_to_glyphs() 36 hb_freetype_advances_get(HB_Font font, const HB_Glyph *glyphs, hb_uint32 len, in hb_freetype_advances_get() 53 hb_freetype_can_render(HB_Font font, const HB_UChar16 *chars, hb_uint32 len) { in hb_freetype_can_render() 67 hb_freetype_outline_point_get(HB_Font font, HB_Glyph glyph, int flags, in hb_freetype_outline_point_get() 95 hb_freetype_glyph_metrics_get(HB_Font font, HB_Glyph glyph, in hb_freetype_glyph_metrics_get() 116 hb_freetype_font_metric_get(HB_Font font, HB_FontMetric metric) { in hb_freetype_font_metric_get()
|
/external/skia/src/ports/ |
D | SkHarfBuzzFont.cpp | 25 static HB_Bool stringToGlyphs(HB_Font hbFont, const HB_UChar16* characters, in stringToGlyphs() 49 static void glyphsToAdvances(HB_Font hbFont, const HB_Glyph* glyphs, in glyphsToAdvances() 72 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, in canRender() 82 static HB_Error getOutlinePoint(HB_Font hbFont, HB_Glyph glyph, int flags, in getOutlinePoint() 110 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, in getGlyphMetrics() 135 static HB_Fixed getFontMetric(HB_Font hbFont, HB_FontMetric metric) in getFontMetric()
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | HarfbuzzSkia.cpp | 54 static HB_Bool stringToGlyphs(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length, HB_Gl… in stringToGlyphs() 76 static void glyphsToAdvances(HB_Font hbFont, const HB_Glyph* glyphs, hb_uint32 numGlyphs, HB_Fixed*… in glyphsToAdvances() 102 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length) in canRender() 122 static HB_Error getOutlinePoint(HB_Font hbFont, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixe… in getOutlinePoint() 151 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics) in getGlyphMetrics() 175 static HB_Fixed getFontMetric(HB_Font hbFont, HB_FontMetric metric) in getFontMetric()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | HarfbuzzSkia.cpp | 58 static HB_Bool stringToGlyphs(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length, HB_Gl… in stringToGlyphs() 89 static void glyphsToAdvances(HB_Font hbFont, const HB_Glyph* glyphs, hb_uint32 numGlyphs, HB_Fixed*… in glyphsToAdvances() 115 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length) in canRender() 139 static HB_Error getOutlinePoint(HB_Font hbFont, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixe… in getOutlinePoint() 168 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics) in getGlyphMetrics() 192 static HB_Fixed getFontMetric(HB_Font hbFont, HB_FontMetric metric) in getFontMetric()
|
/external/harfbuzz/tests/shaping/ |
D | main.cpp | 65 static HB_Bool hb_stringToGlyphs(HB_Font font, const HB_UChar16 *string, hb_uint32 length, HB_Glyph… in hb_stringToGlyphs() 82 static void hb_getAdvances(HB_Font /*font*/, const HB_Glyph * /*glyphs*/, hb_uint32 numGlyphs, HB_F… in hb_getAdvances() argument 88 static HB_Bool hb_canRender(HB_Font font, const HB_UChar16 *string, hb_uint32 length) in hb_canRender() 113 HB_Error hb_getPointInOutline(HB_Font font, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed *x… in hb_getPointInOutline() 139 void hb_getGlyphMetrics(HB_Font font, HB_Glyph glyph, HB_GlyphMetrics *metrics) in hb_getGlyphMetrics() 145 HB_Fixed hb_getFontMetric(HB_Font font, HB_FontMetric metric) in hb_getFontMetric()
|