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

/external/icu4c/layout/
H A Dloengine.h27 typedef void le_engine; typedef
37 * This function returns an le_engine capable of laying out text
47 * @return an le_engine which can layout text in the given font.
51 U_INTERNAL le_engine * U_EXPORT2
60 * it returns, the le_engine is no longer valid.
67 le_close(le_engine *engine);
94 le_layoutChars(le_engine *engine,
117 le_getGlyphCount(le_engine *engine,
132 le_getGlyphs(le_engine *engine,
148 le_getCharIndices(le_engine *engin
[all...]

Completed in 578 milliseconds