/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,
|
GXLayoutEngine2.cpp | 29 le_int32 GXLayoutEngine2::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) 40 mapCharsToGlyphs(chars, offset, count, rightToLeft, rightToLeft, glyphStorage, success);
|
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 | 69 * @param rightToLeft <code>TRUE</code> if the glyphs are stored 74 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,
|
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 | 171 * @param rightToLeft - TRUE if the characters are in a right to left directional run 180 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, 198 * @param rightToLeft - TRUE if the text is in a right to left directional run 209 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success); 346 * @param rightToLeft - TRUE if the characers are in a right to left directional run 362 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);
|
GXLayoutEngine2.h | 93 * @param rightToLeft - <code>TRUE</code> if the text is in a right to left directional run 103 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
|
CanonShaping.cpp | 34 void CanonShaping::reorderMarks(const LEUnicode *inChars, le_int32 charCount, le_bool rightToLeft, 65 if (rightToLeft) {
|
/external/chromium_org/third_party/angle/src/compiler/ |
IntermTraverse.cpp | 19 // preVisit, postVisit, and rightToLeft control what order 56 if (it->rightToLeft) 124 if (it->rightToLeft) 170 if (it->rightToLeft) { 204 if (it->rightToLeft)
|