HomeSort by relevance Sort by last modified time
    Searched full:leunicode (Results 26 - 50 of 55) sorted by null

12 3

  /external/icu4c/layout/
HanLayoutEngine.h 99 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
100 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
OpenTypeLayoutEngine.cpp 178 le_int32 OpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
179 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
196 outChars = LE_NEW_ARRAY(LEUnicode, count);
227 le_int32 OpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
299 le_int32 OpenTypeLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success)
301 LEUnicode *outChars = NULL;
339 void OpenTypeLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse,
GXLayoutEngine.h 104 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
119 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse,
HangulLayoutEngine.h 121 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
122 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
KhmerLayoutEngine.h 124 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
125 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
LEFontInstance.cpp 33 const LEFontInstance *LEFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit,
49 void LEFontInstance::mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count,
TibetanLayoutEngine.h 124 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
125 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
ArabicShaping.cpp 34 ArabicShaping::ShapeType ArabicShaping::getShapeType(LEUnicode c)
123 void ArabicShaping::shape(const LEUnicode *chars, le_int32 offset, le_int32 charCount, le_int32 charMax,
174 LEUnicode c = chars[in];
IndicLayoutEngine.h 123 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
124 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
154 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
OpenTypeLayoutEngine.h 273 virtual le_int32 characterProcessing(const LEUnicode /*chars*/[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/,
274 LEUnicode *&/*outChars*/, LEGlyphStorage &glyphStorage, LEErrorCode &success);
305 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
359 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
376 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
TibetanReordering.cpp 113 TibetanClassTable::CharClass TibetanClassTable::getCharClass(LEUnicode ch) const
133 LEUnicode *fOutChars;
139 TibetanReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage)
155 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask featureMask)
299 le_int32 TibetanReordering::findSyllable(const TibetanClassTable *classTable, const LEUnicode *chars, le_int32 prev, le_int32 charCount)
322 le_int32 TibetanReordering::reorder(const LEUnicode *chars, le_int32 charCount, le_int32,
323 LEUnicode *outChars, LEGlyphStorage &glyphStorage)
loengine.cpp 40 const LEUnicode chars[],
KhmerReordering.cpp 102 KhmerClassTable::CharClass KhmerClassTable::getCharClass(LEUnicode ch) const
131 LEUnicode *fOutChars;
137 KhmerReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage)
153 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask charFeatures)
336 le_int32 KhmerReordering::findSyllable(const KhmerClassTable *classTable, const LEUnicode *chars, le_int32 prev, le_int32 charCount)
359 le_int32 KhmerReordering::reorder(const LEUnicode *chars, le_int32 charCount, le_int32 /*scriptCode*/,
360 LEUnicode *outChars, LEGlyphStorage &glyphStorage)
LayoutEngine.h 171 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
172 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
200 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
237 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
278 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror, LEGlyphStorage &glyphStorage, LEErrorCode &success);
313 static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
352 virtual le_int32 layoutChars(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, float x, float y, LEErrorCode &success);
LEFontInstance.h 72 * an <code>LEGlyphID</code>, an <code>LEUnicode</code> or an <code>LEUnicode32</code>
144 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
219 virtual void mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const;
loengine.h 95 const LEUnicode chars[],
  /external/icu4c/samples/layout/
ScriptCompositeFontInstance.cpp 63 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const
ScriptCompositeFontInstance.h 77 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
  /external/icu4c/test/letest/
FontObject.h 193 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
cletest.c 48 LEUnicode chars[] = {
218 LEUnicode chars[] = {
421 static le_bool getRTL(const LEUnicode *text, le_int32 charCount)
444 const LEUnicode *text,
522 LEUnicode chars[] = {
gendata.cpp 40 LEUnicode *text;
letest.cpp 153 LEUnicode chars[] = {
248 LEUnicode chars[] = {
388 const LEUnicode *uFontVersionString = NULL;
758 LEUnicode chars[] = {
    [all...]
  /external/icu4c/layoutex/
playout.cpp 26 pl_create(const LEUnicode chars[],
52 pl_isComplex(const LEUnicode chars[],
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 389 ParagraphLayout(const LEUnicode chars[], le_int32 count,
424 static le_bool isComplex(const LEUnicode chars[], le_int32 count, const FontRuns *fontRuns);
438 static le_bool isComplex(const LEUnicode chars[], le_int32 count);
595 const LEUnicode *fChars;
playout.h 96 pl_create(const LEUnicode chars[],
132 pl_isComplex(const LEUnicode chars[],

Completed in 681 milliseconds

12 3