HomeSort by relevance Sort by last modified time
    Searched refs:HB_Tag (Results 1 - 18 of 18) sorted by null

  /external/harfbuzz/contrib/
harfbuzz-freetype.h 6 HB_Error hb_freetype_table_sfnt_get(void *voidface, const HB_Tag tag,
harfbuzz-freetype.c 139 hb_freetype_table_sfnt_get(void *voidface, const HB_Tag tag, HB_Byte *buffer, HB_UInt *len) {
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
HarfbuzzSkia.h 36 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag, HB_Byte* buffer, HB_UInt* len);
HarfbuzzSkia.cpp 202 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag tag, HB_Byte* buffer, HB_UInt* len)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.h 40 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag, HB_Byte* buffer, HB_UInt* len);
HarfbuzzSkia.cpp 219 HB_Error harfbuzzSkiaGetTable(void* voidface, const HB_Tag tag, HB_Byte* buffer, HB_UInt* len)
  /external/skia/include/ports/
SkHarfBuzzFont.h 36 static HB_Error GetFontTableFunc(void* skharfbuzzfont, const HB_Tag tag,
  /external/skia/legacy/include/ports/
SkHarfBuzzFont.h 36 static HB_Error GetFontTableFunc(void* skharfbuzzfont, const HB_Tag tag,
  /external/harfbuzz/src/
harfbuzz-global.h 85 typedef hb_uint32 HB_Tag;
harfbuzz-shaper.h 226 typedef HB_Error (*HB_GetFontTableFunc)(void *font, HB_Tag tag, HB_Byte *buffer, HB_UInt *length);
harfbuzz-shaper.cpp     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-global.h 92 typedef hb_uint32 HB_Tag;
harfbuzz-shaper.h 195 typedef HB_Error (*HB_GetFontTableFunc)(void *font, HB_Tag tag, HB_Byte *buffer, HB_UInt *length);
harfbuzz-shaper.cpp 583 static HB_Stream getTableStream(void *font, HB_GetFontTableFunc tableFunc, HB_Tag tag)
    [all...]
  /external/skia/legacy/src/ports/
SkHarfBuzzFont.cpp 166 HB_Error SkHarfBuzzFont::GetFontTableFunc(void* voidface, const HB_Tag tag,
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 166 HB_Error SkHarfBuzzFont::GetFontTableFunc(void* voidface, const HB_Tag tag,
  /external/harfbuzz_ng/src/
hb-old.cc 188 table_func (void *font, HB_Tag tag, HB_Byte *buffer, HB_UInt *length)
  /external/harfbuzz/tests/shaping/
main.cpp 99 static HB_Error hb_getSFntTable(void *font, HB_Tag tableTag, HB_Byte *buffer, HB_UInt *length)

Completed in 595 milliseconds