Searched refs:HB_Tag (Results 1 – 12 of 12) sorted by relevance
/external/harfbuzz/contrib/ |
D | harfbuzz-freetype.h | 6 HB_Error hb_freetype_table_sfnt_get(void *voidface, const HB_Tag tag,
|
D | harfbuzz-freetype.c | 139 hb_freetype_table_sfnt_get(void *voidface, const HB_Tag tag, HB_Byte *buffer, HB_UInt *len) { in hb_freetype_table_sfnt_get()
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | HarfbuzzSkia.h | 36 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag, HB_Byte* buffer, HB_UInt* len);
|
D | HarfbuzzSkia.cpp | 202 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag tag, HB_Byte* buffer, HB_UInt* len) in harfbuzzSkiaGetTable()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | HarfbuzzSkia.h | 40 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag, HB_Byte* buffer, HB_UInt* len);
|
D | HarfbuzzSkia.cpp | 219 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag tag, HB_Byte* buffer, HB_UInt* len) in harfbuzzSkiaGetTable()
|
/external/skia/include/ports/ |
D | SkHarfBuzzFont.h | 36 static HB_Error GetFontTableFunc(void* skharfbuzzfont, const HB_Tag tag,
|
/external/harfbuzz/src/ |
D | harfbuzz-global.h | 85 typedef hb_uint32 HB_Tag; typedef
|
D | harfbuzz-shaper.h | 226 typedef HB_Error (*HB_GetFontTableFunc)(void *font, HB_Tag tag, HB_Byte *buffer, HB_UInt *length);
|
D | harfbuzz-shaper.cpp | 939 static HB_Stream getTableStream(void *font, HB_GetFontTableFunc tableFunc, HB_Tag tag) in getTableStream()
|
/external/skia/src/ports/ |
D | SkHarfBuzzFont.cpp | 166 HB_Error SkHarfBuzzFont::GetFontTableFunc(void* voidface, const HB_Tag tag, in GetFontTableFunc()
|
/external/harfbuzz/tests/shaping/ |
D | main.cpp | 99 static HB_Error hb_getSFntTable(void *font, HB_Tag tableTag, HB_Byte *buffer, HB_UInt *length) in hb_getSFntTable()
|