OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:convertStringToGlyphIndices
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz/src/
harfbuzz-shaper.h
242
HB_Bool (*
convertStringToGlyphIndices
)(HB_Font font, const HB_UChar16 *string, hb_uint32 length, HB_Glyph *glyphs, hb_uint32 *numGlyphs, HB_Bool rightToLeft);
/external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h
211
HB_Bool (*
convertStringToGlyphIndices
)(HB_Font font, const HB_UChar16 *string, hb_uint32 length, HB_Glyph *glyphs, hb_uint32 *numGlyphs, HB_Bool rightToLeft);
Completed in 258 milliseconds