Searched refs:trailing (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextHitInfo.java48 * or <EM>trailing</EM> (the right edge, for a left-to-right character).
52 * For example, consider the text "abc". TextHitInfo.trailing(1)
60 * is leading, and one character after if the bias is trailing. The
61 * insertion offset for TextHitInfo.trailing(1) is 2.
68 * Calling <code>getOtherHit</code> on trailing(1) would return leading(2).
69 * In general, <code>getOtherHit</code> for trailing(n) returns
71 * returns trailing(n-1).
124 * than the character index if the trailing edge was hit.
188 * Creates a hit on the trailing edge of the character at
191 * @return a <code>TextHitInfo</code> on the trailing edg
194 public static TextHitInfo trailing(int charIndex) { method in class:TextHitInfo
[all...]
H A DTextLayout.java350 * than a hit on the trailing edge of a character.
802 // default justification range to exclude trailing logical whitespace
824 * punctuation and trailing whitespace to overhang the justification width.
890 * Returns the advance of this <code>TextLayout</code>, minus trailing
893 * trailing whitespace.
1052 * [-1, trailing] and [characterCount, leading] are valid positions, and
1072 * The text hit info (1, t) represents the trailing side of 'b'. If 'q',
1359 return TextHitInfo.trailing(-1);
1368 : TextHitInfo.trailing(charIndex);
1620 TextHitInfo.trailing(charInde
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_64.s109 2: testq $4,%r8 / check for trailing dword
111 movl 8(%rax),%esi / copy trailing dword
116 3: testq $2,%r8 / check for trailing word
118 movw 8(%rax),%si / copy trailing word
121 4: testq $1,%r8 / check for trailing byte
123 movb -1(%rdi,%r8,1),%al / copy trailing byte
141 testq $1,%r8 / check for trailing byte
143 movb -1(%rdi,%r8,1),%cl / copy trailing byte
145 subq $1,%r8 / adjust for possible trailing word
146 1: testq $2,%r8 / check for trailing wor
[all...]
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_64.s107 2: testq $4,%r8 # check for trailing dword
109 movl 8(%rax),%esi # copy trailing dword
114 3: testq $2,%r8 # check for trailing word
116 movw 8(%rax),%si # copy trailing word
119 4: testq $1,%r8 # check for trailing byte
121 movb -1(%rdi,%r8,1),%al # copy trailing byte
139 testq $1,%r8 # check for trailing byte
141 movb -1(%rdi,%r8,1),%cl # copy trailing byte
143 subq $1,%r8 # adjust for possible trailing word
144 1: testq $2,%r8 # check for trailing wor
[all...]
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_64.s99 2: testq $4,%r8 # check for trailing dword
101 movl 8(%rax),%esi # copy trailing dword
106 3: testq $2,%r8 # check for trailing word
108 movw 8(%rax),%si # copy trailing word
111 4: testq $1,%r8 # check for trailing byte
113 movb -1(%rdi,%r8,1),%al # copy trailing byte
131 testq $1,%r8 # check for trailing byte
133 movb -1(%rdi,%r8,1),%cl # copy trailing byte
135 subq $1,%r8 # adjust for possible trailing word
136 1: testq $2,%r8 # check for trailing wor
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltSets.java83 * The set:trailing function returns the nodes in the node set passed as the first argument that
96 public static NodeList trailing (NodeList nl1, NodeList nl2) method in class:ExsltSets
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DAVA.java92 * Leading and trailing spaces, also multiple internal spaces, also
355 // add trailing embedded hex bytes
398 c = readChar(in, "Invalid trailing backslash");
428 // only leading/trailing space can be escaped
432 "in AVA. Only a leading or trailing " +
478 // (non-escaped trailing spaces are ignored)
494 "trailing space must be escaped");
497 // add trailing embedded hex bytes
571 boolean trailing = false;
584 trailing
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthInternalFrameTitlePane.java432 boolean trailing) {
434 if (trailing) {
441 if (trailing) {
431 center(Component c, Insets insets, int x, boolean trailing) argument
/openjdk7/hotspot/make/windows/
H A Dbuild.bat112 echo workspace is source directory without trailing slash,
/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java312 * vertical axis trailing means aligned to the bottom edge.
1666 * @param trailingPadding any trailing autopadding springs are added
1669 * @param trailing any trailing ComponentSpring are added to this
1677 List<ComponentSpring> leading, List<ComponentSpring> trailing,
2154 List<ComponentSpring> leading, List<ComponentSpring> trailing,
2218 // Last Spring, add it to trailing
2219 trailing.add(cSpring);
2240 trailing.addAll(newTrailing);
2304 // If we get here, both leading and trailing spring
1674 insertAutopadding(int axis, List<AutoPreferredGapSpring> leadingPadding, List<AutoPreferredGapSpring> trailingPadding, List<ComponentSpring> leading, List<ComponentSpring> trailing, boolean insert) argument
2151 insertAutopadding(int axis, List<AutoPreferredGapSpring> leadingPadding, List<AutoPreferredGapSpring> trailingPadding, List<ComponentSpring> leading, List<ComponentSpring> trailing, boolean insert) argument
2609 insertAutopadding(int axis, List<AutoPreferredGapSpring> leadingPadding, List<AutoPreferredGapSpring> trailingPadding, List<ComponentSpring> leading, List<ComponentSpring> trailing, boolean insert) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java629 TextHitInfo trailing =
630 TextHitInfo.trailing(underlinedIndex);
632 layout.getVisualHighlightShape(leading, trailing);
1683 /** The trailing section */
1700 * to each of the leading and trailing sections and the remainder to the
1710 * after the trailing section.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java1059 * leading and trailing white space must be removed.
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java497 TextHitInfo hit = TextHitInfo.trailing(-1);
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11InputMethod.java716 visiblePositionInfo = TextHitInfo.trailing(index);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java1127 private boolean fTrailing = false; // Previous chunk had a trailing space
1619 boolean trailing = false;
1653 trailing = true;
1656 // trailing whitespace as well
1657 trailing = true;
1680 fTrailing = trailing;
1682 if (trailing || sawNonWS)

Completed in 92 milliseconds