/external/icu4c/layout/ |
D | OpenTypeLayoutEngine.cpp | 178 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in characterProcessing() argument 208 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, outChars, glyphStorage); in characterProcessing() 215 glyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing() 227 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in glyphProcessing() argument 239 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success); in glyphProcessing() 247 …count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDEFTable, fSub… in glyphProcessing() 251 …count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubst… in glyphProcessing() 260 le_int32 OpenTypeLayoutEngine::glyphSubstitution(le_int32 count, le_int32 max, le_bool rightToLeft, in glyphSubstitution() argument 274 …count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDEFTable, fSub… in glyphSubstitution() 278 …count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubst… in glyphSubstitution() [all …]
|
D | LayoutEngine.cpp | 192 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in characterProcessing() argument 220 fakeGlyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing() 239 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, reordered, fakeGlyphStorage); in characterProcessing() 250 if (rightToLeft) { in characterProcessing() 264 …outCharCount = canonGSUBTable->process(fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, NULL,… in characterProcessing() 271 out = (rightToLeft? outCharCount - 1 : 0); in characterProcessing() 299 …Glyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in computeGlyphs() argument 312 …le_int32 outCharCount = characterProcessing(chars, offset, count, max, rightToLeft, outChars, glyp… in computeGlyphs() 315 … mapCharsToGlyphs(outChars, 0, outCharCount, rightToLeft, rightToLeft, glyphStorage, success); in computeGlyphs() 318 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success); in computeGlyphs() [all …]
|
D | GlyphPositioningTables.cpp | 19 …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()
|
D | IndicLayoutEngine.cpp | 56 …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()
|
D | OpenTypeLayoutEngine.h | 305 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, 308 …virtual le_int32 glyphSubstitution(le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStora… 359 …nicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage…
|
D | GlyphSubstitutionTables.cpp | 21 le_bool rightToLeft, in process() argument 36 …return processor.process(glyphStorage, NULL, rightToLeft, glyphDefinitionTableHeader, NULL, succes… in process()
|
D | ArabicLayoutEngine.cpp | 66 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, in characterProcessing() argument 85 glyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing() 93 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, outChars, glyphStorage); in characterProcessing() 98 ArabicShaping::shape(chars, offset, count, max, rightToLeft, glyphStorage); in characterProcessing()
|
D | LayoutEngine.h | 174 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, 203 …nicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage… 355 …nicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, float x, float…
|
D | GXLayoutEngine.cpp | 31 …nicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage… in computeGlyphs() argument 42 mapCharsToGlyphs(chars, offset, count, FALSE, rightToLeft, glyphStorage, success); in computeGlyphs()
|
D | IndicLayoutEngine.h | 123 …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,
|
D | GlyphPositionAdjustments.cpp | 84 …stments::applyCursiveAdjustments(LEGlyphStorage &glyphStorage, le_bool rightToLeft, const LEFontIn… in applyCursiveAdjustments() argument 100 if (rightToLeft) { in applyCursiveAdjustments() 117 if (rightToLeft) { in applyCursiveAdjustments()
|
D | KhmerLayoutEngine.cpp | 44 …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()
|
D | LEInsertionList.cpp | 25 LEInsertionList::LEInsertionList(le_bool rightToLeft) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 26 : head(NULL), tail(NULL), growAmount(0), append(rightToLeft) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | TibetanLayoutEngine.cpp | 50 …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()
|
D | CanonShaping.cpp | 34 void CanonShaping::reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft, in reorderMarks() argument 65 if (rightToLeft) { in reorderMarks()
|
D | loengine.cpp | 44 le_bool rightToLeft, in le_layoutChars() argument 56 return le->layoutChars(chars, offset, count, max, rightToLeft, x, y, *success); in le_layoutChars()
|
D | ArabicShaping.cpp | 124 le_bool rightToLeft, LEGlyphStorage &glyphStorage) in shape() argument 167 if (rightToLeft) { in shape()
|
D | CanonShaping.h | 22 static void reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft,
|
D | GlyphSubstitutionTables.h | 29 le_bool rightToLeft,
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | IntermTraverse.cpp | 58 if(it->rightToLeft) in traverse() 142 if(it->rightToLeft) in traverse() 194 if (it->rightToLeft) { in traverse() 230 if(it->rightToLeft) in traverse()
|
D | intermediate.h | 501 …er(bool preVisit = true, bool inVisit = false, bool postVisit = false, bool rightToLeft = false) : in POOL_ALLOCATOR_NEW_DELETE() 505 rightToLeft(rightToLeft), in POOL_ALLOCATOR_NEW_DELETE() 523 const bool rightToLeft; variable
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
D | LetterQuad.java | 38 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()
|
D | BitmapText.java | 57 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()
|
D | Letters.java | 24 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/icu4c/test/intltest/ |
D | nptrans.cpp | 206 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()
|