Searched defs:Section (Results 1 - 2 of 2) 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/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 40 milliseconds