Home
last modified time | relevance | path

Searched refs:rightToLeft (Results 1 – 25 of 50) sorted by relevance

12

/external/icu/icu4c/source/layout/
DOpenTypeLayoutEngine.cpp282 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in characterProcessing() argument
312 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, outChars, glyphStorage); in characterProcessing()
319 glyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing()
331 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in glyphProcessing() argument
343 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success); in glyphProcessing()
351 …count = fGSUBTable->process(fGSUBTable, glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDE… in glyphProcessing()
355 …count = fGSUBTable->process(fGSUBTable, glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFT… in glyphProcessing()
364 le_int32 OpenTypeLayoutEngine::glyphSubstitution(le_int32 count, le_int32 max, le_bool rightToLeft, in glyphSubstitution() argument
378 …count = fGSUBTable->process(fGSUBTable, glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDE… in glyphSubstitution()
382 …count = fGSUBTable->process(fGSUBTable, glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFT… in glyphSubstitution()
[all …]
DLayoutEngine.cpp198 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in characterProcessing() argument
226 fakeGlyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing()
245 … CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, reordered, fakeGlyphStorage); in characterProcessing()
256 if (rightToLeft) { in characterProcessing()
270 …outCharCount = canonGSUBTable->process(canonGSUBTable, fakeGlyphStorage, rightToLeft, scriptTag, l… in characterProcessing()
277 out = (rightToLeft? outCharCount - 1 : 0); in characterProcessing()
305 …Glyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in computeGlyphs() argument
318 …le_int32 outCharCount = characterProcessing(chars, offset, count, max, rightToLeft, outChars, glyp… in computeGlyphs()
321 … mapCharsToGlyphs(outChars, 0, outCharCount, rightToLeft, rightToLeft, glyphStorage, success); in computeGlyphs()
324 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success); in computeGlyphs()
[all …]
DIndicLayoutEngine.cpp56 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in glyphProcessing() argument
68 …unt = OpenTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, … in glyphProcessing()
77 OpenTypeLayoutEngine::glyphSubstitution(count,max, rightToLeft, glyphStorage, success); in glyphProcessing()
87 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in characterProcessing() argument
108 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
DGlyphPositioningTables.cpp19 …lyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft, in process() argument
33 …processor.process(glyphStorage, glyphPositionAdjustments, rightToLeft, glyphDefinitionTableHeader,… in process()
35 glyphPositionAdjustments->applyCursiveAdjustments(glyphStorage, rightToLeft, fontInstance); in process()
DGXLayoutEngine2.cpp29 …nicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage… in computeGlyphs() argument
40 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success); in computeGlyphs()
DOpenTypeLayoutEngine.h311 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
314 …virtual le_int32 glyphSubstitution(le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStora…
365 …nicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage…
DGlyphSubstitutionTables.cpp22 le_bool rightToLeft, in process() argument
37 …return processor.process(glyphStorage, NULL, rightToLeft, glyphDefinitionTableHeader, NULL, succes… in process()
DArabicLayoutEngine.cpp70 … le_int32 max, le_bool rightToLeft, LEUnicode *&outChars, in characterProcessing() argument
89 glyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing()
97 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, outChars, glyphStorage); in characterProcessing()
102 ArabicShaping::shape(chars, offset, count, max, rightToLeft, glyphStorage); in characterProcessing()
DLayoutEngine.h187 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
216 …nicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage…
375 …nicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, float x, float…
DIndicLayoutEngine.h123 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
154 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
DGXLayoutEngine.cpp32 …nicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage… in computeGlyphs() argument
43 mapCharsToGlyphs(chars, offset, count, FALSE, rightToLeft, glyphStorage, success); in computeGlyphs()
DGlyphPositionAdjustments.cpp84 …stments::applyCursiveAdjustments(LEGlyphStorage &glyphStorage, le_bool rightToLeft, const LEFontIn… in applyCursiveAdjustments() argument
100 if (rightToLeft) { in applyCursiveAdjustments()
117 if (rightToLeft) { in applyCursiveAdjustments()
DLEInsertionList.cpp25 LEInsertionList::LEInsertionList(le_bool rightToLeft) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
26 : head(NULL), tail(NULL), growAmount(0), append(rightToLeft) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
DTibetanLayoutEngine.cpp50 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in characterProcessing() argument
71 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
DKhmerLayoutEngine.cpp44 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in characterProcessing() argument
65 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); in characterProcessing()
DCanonShaping.cpp34 void CanonShaping::reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft, in reorderMarks() argument
65 if (rightToLeft) { in reorderMarks()
Dloengine.cpp44 le_bool rightToLeft, in le_layoutChars() argument
56 return le->layoutChars(chars, offset, count, max, rightToLeft, x, y, *success); in le_layoutChars()
DCanonShaping.h24 static void reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft,
DArabicShaping.cpp126 le_bool rightToLeft, LEGlyphStorage &glyphStorage) in shape() argument
169 if (rightToLeft) { in shape()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DNamePrepTransform.java131 boolean rightToLeft=false, leftToRight=false; in prepare()
151 rightToLeft = true; in prepare()
157 if( leftToRight == true && rightToLeft == true){ in prepare()
163 if( rightToLeft == true && in prepare()
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DLetterQuad.java38 private boolean rightToLeft; field in LetterQuad
48 protected LetterQuad(BitmapFont font, boolean rightToLeft) { in LetterQuad() argument
51 this.rightToLeft = rightToLeft; in LetterQuad()
64 this.rightToLeft = prev.rightToLeft; in LetterQuad()
288 float incrScale = rightToLeft ? -1f : 1f; in update()
DBitmapText.java57 public BitmapText(BitmapFont font, boolean rightToLeft) { in BitmapText() argument
58 this(font, rightToLeft, false); in BitmapText()
61 public BitmapText(BitmapFont font, boolean rightToLeft, boolean arrayBased) { in BitmapText() argument
71 letters = new Letters(font, block, rightToLeft); in BitmapText()
DLetters.java24 Letters(BitmapFont font, StringBlock bound, boolean rightToLeft) { in Letters() argument
28 head = new LetterQuad(font, rightToLeft); in Letters()
29 tail = new LetterQuad(font, rightToLeft); in Letters()
/external/icu/icu4c/source/test/intltest/
Dnptrans.cpp206 UBool leftToRight=FALSE, rightToLeft=FALSE; in process() local
246 rightToLeft = TRUE; in process()
251 if( leftToRight == TRUE && rightToLeft == TRUE){ in process()
258 if( rightToLeft == TRUE && in process()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DStringPrep.java539 boolean rightToLeft=false, leftToRight=false; in prepare()
560 rightToLeft = true; in prepare()
567 if( leftToRight == true && rightToLeft == true){ in prepare()
574 if( rightToLeft == true && in prepare()

12