Home
last modified time | relevance | path

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

123

/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 …]
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()
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()
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.h180 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
209 …nicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage…
368 …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()
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()
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()
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,
DGlyphSubstitutionTables.h30 le_bool rightToLeft,
DHanLayoutEngine.h99 …essing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
DArabicShaping.cpp126 le_bool rightToLeft, LEGlyphStorage &glyphStorage) in shape() argument
169 if (rightToLeft) { in shape()
DGlyphPositioningTables.h31 le_bool rightToLeft, LETag scriptTag, LETag languageTag,
/external/chromium_org/third_party/angle/src/compiler/translator/
DIntermTraverse.cpp56 if (it->rightToLeft) in traverse()
124 if (it->rightToLeft) in traverse()
170 if (it->rightToLeft) { in traverse()
204 if (it->rightToLeft) in traverse()
/external/chromium_org/third_party/icu/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/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()

123