Searched refs:Section (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java1675 public enum Section { enum in class:SwingUtilities2
1694 * returns whether the point lies in {@code Section.LEADING} or
1695 * {@code Section.TRAILING}. For horizontal divisions, the calculation
1706 * it isn't, the results still have meaning: {@code Section.MIDDLE}
1707 * remains the same, {@code Section.LEADING} indicates that the point
1709 * {@code Section.TRAILING} indicates that the point is in or somewhere
1722 * @return the {@code Section} where the point lies
1727 private static Section liesIn(Rectangle rect, Point p, boolean horizontal,
1758 return forward ? Section.LEADING : Section
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJList.java52 import sun.swing.SwingUtilities2.Section;
53 import static sun.swing.SwingUtilities2.Section.*;
1318 Section section = SwingUtilities2.liesInHorizontal(rect, p, ltr, true);
1330 Section section = SwingUtilities2.liesInVertical(rect, p, true);
H A DJTree.java39 import sun.swing.SwingUtilities2.Section;
40 import static sun.swing.SwingUtilities2.Section.*;
1332 Section section = SwingUtilities2.liesInVertical(bounds, p, checkOn);
H A DJTable.java57 import sun.swing.SwingUtilities2.Section;
58 import static sun.swing.SwingUtilities2.Section.*;
1530 Section xSection, ySection;
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmstypes.c3630 cmsBool ReadCountAndSting(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsMLU* mlu, cmsUInt32Number* SizeOfTag, const char* Section) argument
3652 cmsMLUsetASCII(mlu, "PS", Section, Text);
3660 cmsBool WriteCountAndSting(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsMLU* mlu, const char* Section) argument
3665 TextSize = cmsMLUgetASCII(mlu, "PS", Section, NULL, 0);
3670 if (cmsMLUgetASCII(mlu, "PS", Section, Text, TextSize) == 0) return FALSE;

Completed in 117 milliseconds