HomeSort by relevance Sort by last modified time
    Searched refs:rightToLeft (Results 1 - 25 of 48) sorted by null

1 2

  /external/icu4c/layout/
GlyphPositioningTables.cpp 19 void GlyphPositioningTableHeader::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft,
33 processor.process(glyphStorage, glyphPositionAdjustments, rightToLeft, glyphDefinitionTableHeader, fontInstance, success);
35 glyphPositionAdjustments->applyCursiveAdjustments(glyphStorage, rightToLeft, fontInstance);
GlyphSubstitutionTables.cpp 21 le_bool rightToLeft,
36 return processor.process(glyphStorage, NULL, rightToLeft, glyphDefinitionTableHeader, NULL, success);
CanonShaping.h 22 static void reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft,
IndicLayoutEngine.h 112 * @param rightToLeft - <code>TRUE</code> if the characters are in a right to left directional run
123 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
140 * @param rightToLeft - <code>TRUE</code> if the characters are in a right to left directional run
154 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
OpenTypeLayoutEngine.h 261 * @param rightToLeft - TRUE if the characters are in a right to left directional run
273 virtual le_int32 characterProcessing(const LEUnicode /*chars*/[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/,
290 * @param rightToLeft - TRUE if the characters are in a right to left directional run
305 virtual le_int32 glyphProcessing(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, LEGlyphStorage &glyphStorage, LEErrorCode &success);
346 * @param rightToLeft - TRUE if the text is in a right to left directional run
359 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
GXLayoutEngine.h 94 * @param rightToLeft - <code>TRUE</code> if the text is in a right to left directional run
104 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
GlyphPositioningTables.h 30 le_bool rightToLeft, LETag scriptTag, LETag languageTag,
GlyphSubstitutionTables.h 29 le_bool rightToLeft,
HanLayoutEngine.h 86 * @param rightToLeft - <code>TRUE</code> if the characters are in a right to left directional run
99 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
HangulLayoutEngine.h 110 * @param rightToLeft - <code>TRUE</code> if the characters are in a right to left directional run
121 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
KhmerLayoutEngine.h 113 * @param rightToLeft - <code>TRUE</code> if the characters are in a right to left directional run
124 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
LEInsertionList.h 68 * @param rightToLeft <code>TRUE</code> if the glyphs are stored
73 LEInsertionList(le_bool rightToLeft);
ThaiLayoutEngine.h 103 * @param rightToLeft - <code>TRUE</code> if the text is in a right to left directional run
115 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
TibetanLayoutEngine.h 113 * @param rightToLeft - <code>TRUE</code> if the characters are in a right to left directional run
124 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
OpenTypeLayoutEngine.cpp 178 le_int32 OpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
208 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, outChars, glyphStorage);
215 glyphStorage.allocateGlyphArray(count, rightToLeft, success);
227 le_int32 OpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
239 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success);
247 count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDEFTable, fSubstitutionFilter,
251 count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubstitutionFilter,
260 le_int32 OpenTypeLayoutEngine::glyphSubstitution(le_int32 count, le_int32 max, le_bool rightToLeft,
274 count = fGSUBTable->process(glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDEFTable, fSubstitutionFilter
    [all...]
GXLayoutEngine.cpp 31 le_int32 GXLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success)
42 mapCharsToGlyphs(chars, offset, count, FALSE, rightToLeft, glyphStorage, success);
KhmerLayoutEngine.cpp 44 le_int32 KhmerOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
65 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
LEInsertionList.cpp 25 LEInsertionList::LEInsertionList(le_bool rightToLeft)
26 : head(NULL), tail(NULL), growAmount(0), append(rightToLeft)
TibetanLayoutEngine.cpp 50 le_int32 TibetanOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
71 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
IndicLayoutEngine.cpp 56 le_int32 IndicOpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
68 le_int32 retCount = OpenTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success);
77 OpenTypeLayoutEngine::glyphSubstitution(count,max, rightToLeft, glyphStorage, success);
87 le_int32 IndicOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
108 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
LayoutEngine.h 162 * @param rightToLeft - TRUE if the characters are in a right to left directional run
171 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
189 * @param rightToLeft - TRUE if the text is in a right to left directional run
200 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
336 * @param rightToLeft - TRUE if the characers are in a right to left directional run
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);
ArabicShaping.h 60 le_bool rightToLeft, LEGlyphStorage &glyphStorage);
CanonShaping.cpp 34 void CanonShaping::reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft,
65 if (rightToLeft) {
LayoutEngine.cpp 192 le_int32 LayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
220 fakeGlyphStorage.allocateGlyphArray(count, rightToLeft, success);
239 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, reordered, fakeGlyphStorage);
250 if (rightToLeft) {
264 outCharCount = canonGSUBTable->process(fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, NULL, substitutionFilter, canonFeatureMap, canonFeatureMapCount, FALSE, success);
271 out = (rightToLeft? outCharCount - 1 : 0);
299 le_int32 LayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
312 le_int32 outCharCount = characterProcessing(chars, offset, count, max, rightToLeft, outChars, glyphStorage, success);
315 mapCharsToGlyphs(outChars, 0, outCharCount, rightToLeft, rightToLeft, glyphStorage, success)
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
IntermTraverse.cpp 19 // preVisit, postVisit, and rightToLeft control what order
58 if(it->rightToLeft)
142 if(it->rightToLeft)
194 if (it->rightToLeft) {
230 if(it->rightToLeft)

Completed in 543 milliseconds

1 2