Searched refs:rightToLeft (Results 26 - 40 of 40) sorted by relevance

12

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DGlyphPositionAdjustments.cpp109 void GlyphPositionAdjustments::applyCursiveAdjustments(LEGlyphStorage &glyphStorage, le_bool rightToLeft, const LEFontInstance *fontInstance) argument
125 if (rightToLeft) {
142 if (rightToLeft) {
H A DLayoutEngine.h199 * @param rightToLeft - TRUE if the characters are in a right to left directional run
208 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
226 * @param rightToLeft - TRUE if the text is in a right to left directional run
237 virtual le_int32 computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
380 * @param rightToLeft - TRUE if the characers are in a right to left directional run
396 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);
H A DArabicLayoutEngine.cpp95 le_int32 max, le_bool rightToLeft, LEUnicode *&outChars,
114 glyphStorage.allocateGlyphArray(count, rightToLeft, success);
122 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, outChars, glyphStorage);
127 ArabicShaping::shape(chars, offset, count, max, rightToLeft, glyphStorage);
94 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
H A DArabicLayoutEngine.h129 * @param rightToLeft - <code>TRUE</code> if the characters are in a right to left directional run
141 virtual le_int32 characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
163 // static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DLookupProcessor.h63 le_bool rightToLeft, const LEReferenceTo<GlyphDefinitionTableHeader> &glyphDefinitionTableHeader, const LEFontInstance *fontInstance, LEErrorCode& success) const;
H A DGlyphIterator.h51 GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
H A DLEGlyphStorage.h250 * @param rightToLeft <code>true</code> if the original input text is right to left.
256 void allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success);
H A DArabicShaping.cpp152 le_bool rightToLeft, LEGlyphStorage &glyphStorage)
195 if (rightToLeft) {
151 shape(const LEUnicode *chars, le_int32 offset, le_int32 charCount, le_int32 charMax, le_bool rightToLeft, LEGlyphStorage &glyphStorage) argument
H A DLEGlyphStorage.cpp90 void LEGlyphStorage::allocateGlyphArray(le_int32 initialGlyphCount, le_bool rightToLeft, LEErrorCode &success) argument
124 if (rightToLeft) {
136 fInsertionList = new LEInsertionList(rightToLeft);
H A DHangulLayoutEngine.cpp234 le_int32 HangulOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
255 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
H A DLookupProcessor.cpp77 le_bool rightToLeft, const LEReferenceTo<GlyphDefinitionTableHeader> &glyphDefinitionTableHeader,
91 rightToLeft, 0, 0, glyphDefinitionTableHeader, success);
76 process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft, const LEReferenceTo<GlyphDefinitionTableHeader> &glyphDefinitionTableHeader, const LEFontInstance *fontInstance, LEErrorCode& success) const argument
H A DGlyphIterator.cpp43 GlyphIterator::GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags, argument
62 if (rightToLeft) {
H A DGlyphPositionAdjustments.h162 void applyCursiveAdjustments(LEGlyphStorage &glyphStorage, le_bool rightToLeft, const LEFontInstance *fontInstance);
/openjdk10/jdk/src/java.base/share/classes/sun/net/idn/
H A DStringPrep.java441 boolean rightToLeft=false, leftToRight=false;
461 rightToLeft = true;
467 if( leftToRight == true && rightToLeft == true){
474 if( rightToLeft == true &&
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DGridBagLayout.java666 if (!rightToLeft) {
1644 if (!rightToLeft) {
1675 if (rightToLeft) {
1681 if (!rightToLeft) {
1691 if (rightToLeft) {
1697 if (!rightToLeft) {
1707 if (rightToLeft) {
1713 if (!rightToLeft) {
1751 if (rightToLeft) {
1757 if (!rightToLeft) {
2039 transient boolean rightToLeft = false; field in class:GridBagLayout
[all...]

Completed in 60 milliseconds

12