OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HB_Font
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz/src/
harfbuzz-global.h
112
typedef struct HB_Font_ *
HB_Font
;
harfbuzz-shape.h
47
*
HB_Font
: Abstract font interface.
50
typedef struct _HB_Font
HB_Font
;
54
HB_Glyph (*charToGlyph)(
HB_Font
*font, HB_Unichar chr);
55
void (*getMetrics)(
HB_Font
*font, HB_Glyph glyph, HB_GlyphMetrics *metrics);
56
HB_Boolean (*getSFontTable)(
HB_Font
*font, void **cookie, char **start, int *len);
/external/harfbuzz_ng/src/hb-old/
harfbuzz-global.h
119
typedef struct HB_Font_ *
HB_Font
;
Completed in 30 milliseconds