OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HB_GetFontTableFunc
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz/src/
harfbuzz-shaper.h
226
typedef HB_Error (*
HB_GetFontTableFunc
)(void *font, HB_Tag tag, HB_Byte *buffer, HB_UInt *length);
228
HB_Face HB_NewFace(void *font,
HB_GetFontTableFunc
tableFunc);
/external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h
195
typedef HB_Error (*
HB_GetFontTableFunc
)(void *font, HB_Tag tag, HB_Byte *buffer, HB_UInt *length);
197
HB_Face HB_NewFace(void *font,
HB_GetFontTableFunc
tableFunc);
Completed in 33 milliseconds