Home
last modified time | relevance | path

Searched refs:HB_Tag (Results 1 – 12 of 12) sorted by relevance

/external/harfbuzz/contrib/
Dharfbuzz-freetype.h6 HB_Error hb_freetype_table_sfnt_get(void *voidface, const HB_Tag tag,
Dharfbuzz-freetype.c139 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/
DHarfbuzzSkia.h36 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag, HB_Byte* buffer, HB_UInt* len);
DHarfbuzzSkia.cpp202 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag tag, HB_Byte* buffer, HB_UInt* len) in harfbuzzSkiaGetTable()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DHarfbuzzSkia.h40 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag, HB_Byte* buffer, HB_UInt* len);
DHarfbuzzSkia.cpp219 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag tag, HB_Byte* buffer, HB_UInt* len) in harfbuzzSkiaGetTable()
/external/skia/include/ports/
DSkHarfBuzzFont.h36 static HB_Error GetFontTableFunc(void* skharfbuzzfont, const HB_Tag tag,
/external/harfbuzz/src/
Dharfbuzz-global.h85 typedef hb_uint32 HB_Tag; typedef
Dharfbuzz-shaper.h226 typedef HB_Error (*HB_GetFontTableFunc)(void *font, HB_Tag tag, HB_Byte *buffer, HB_UInt *length);
Dharfbuzz-shaper.cpp939 static HB_Stream getTableStream(void *font, HB_GetFontTableFunc tableFunc, HB_Tag tag) in getTableStream()
/external/skia/src/ports/
DSkHarfBuzzFont.cpp166 HB_Error SkHarfBuzzFont::GetFontTableFunc(void* voidface, const HB_Tag tag, in GetFontTableFunc()
/external/harfbuzz/tests/shaping/
Dmain.cpp99 static HB_Error hb_getSFntTable(void *font, HB_Tag tableTag, HB_Byte *buffer, HB_UInt *length) in hb_getSFntTable()