Searched defs:le_engine (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/layout/
H A Dloengine.h28 typedef void le_engine; typedef
38 * This function returns an le_engine capable of laying out text
48 * @return an le_engine which can layout text in the given font.
52 U_INTERNAL le_engine * U_EXPORT2
61 * it returns, the le_engine is no longer valid.
68 le_close(le_engine *engine);
95 le_layoutChars(le_engine *engine,
118 le_getGlyphCount(le_engine *engine,
133 le_getGlyphs(le_engine *engine,
149 le_getCharIndices(le_engine *engin
[all...]

Completed in 69 milliseconds