OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:computeglyphs
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/layout/
GXLayoutEngine.cpp
32
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)
GXLayoutEngine.h
104
virtual le_int32
computeGlyphs
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
GXLayoutEngine2.h
103
virtual le_int32
computeGlyphs
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
ThaiLayoutEngine.h
115
virtual le_int32
computeGlyphs
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
LayoutEngine.cpp
305
le_int32 LayoutEngine::
computeGlyphs
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
505
glyphCount =
computeGlyphs
(chars, offset, count, max, rightToLeft, *fGlyphStorage, success);
OpenTypeLayoutEngine.h
361
* @see LayoutEngine::
computeGlyphs
365
virtual le_int32
computeGlyphs
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
LayoutEngine.h
216
virtual le_int32
computeGlyphs
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
352
* the
computeGlyphs
, positionGlyphs and adjustGlyphPosition methods. It will
OpenTypeLayoutEngine.cpp
403
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 338 milliseconds