OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HB_Tag
(Results
1 - 14
of
14
) 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,
/frameworks/base/core/jni/android/graphics/
HarfbuzzSkia.h
50
HB_Error harfbuzzSkiaGetTable(void* voidface, const
HB_Tag
, HB_Byte* buffer, HB_UInt* len);
HarfbuzzSkia.cpp
191
HB_Error harfbuzzSkiaGetTable(void* font, const
HB_Tag
tag, HB_Byte* buffer, HB_UInt* len)
/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/skia/src/ports/
SkHarfBuzzFont.cpp
166
HB_Error SkHarfBuzzFont::GetFontTableFunc(void* voidface, const
HB_Tag
tag,
/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 272 milliseconds