OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:computeGlyphs
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/layout/
GXLayoutEngine.cpp
31
le_int32 GXLayoutEngine::
computeGlyphs
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success)
GXLayoutEngine2.cpp
29
le_int32 GXLayoutEngine2::
computeGlyphs
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success)
ThaiLayoutEngine.cpp
59
le_int32 ThaiLayoutEngine::
computeGlyphs
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/, LEGlyphStorage &glyphStorage, LEErrorCode &success)
LayoutEngine.cpp
303
le_int32 LayoutEngine::
computeGlyphs
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
503
glyphCount =
computeGlyphs
(chars, offset, count, max, rightToLeft, *fGlyphStorage, success);
OpenTypeLayoutEngine.cpp
397
le_int32 OpenTypeLayoutEngine::
computeGlyphs
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success)
Completed in 705 milliseconds