Searched refs:cropline (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTabbedPaneUI.java896 * which has been cropped at the specified cropline with a torn edge visual.
921 private static Polygon createCroppedTabShape(int tabPlacement, Rectangle tabRect, int cropline) { argument
958 xp[pcnt] = cropline - xCropLen[j];
981 int cropline = tabScroller.croppedEdge.getCropline();
987 y = cropline;
1001 x = cropline;
3122 int cropline;
3128 cropline = viewRect.y + viewRect.height;
3129 if ((tabRect.y < cropline) && (tabRect.y + tabRect.height > cropline)) {
3867 private int cropline; field in class:BasicTabbedPaneUI.CroppedEdge
3874 setParams(int tabIndex, int cropline, int cropx, int cropy) argument
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java845 * which has been cropped at the specified cropline with a torn edge visual.
870 private static Polygon createCroppedTabShape(final int tabPlacement, final Rectangle tabRect, final int cropline) { argument
907 xp[pcnt] = cropline - xCropLen[j];
930 final int cropline = tabScroller.croppedEdge.getCropline();
936 y = cropline;
949 x = cropline;
2936 int cropline;
2942 cropline = viewRect.y + viewRect.height;
2943 if ((tabRect.y < cropline) && (tabRect.y + tabRect.height > cropline)) {
3632 private int cropline; field in class:AquaTabbedPaneCopyFromBasicUI.CroppedEdge
3639 setParams(final int tabIndex, final int cropline, final int cropx, final int cropy) argument
[all...]

Completed in 49 milliseconds