Searched refs:xx (Results 51 - 52 of 52) sorted by relevance

123

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java937 int xx = x;
939 while (xx <= x + rects[tabIndex].width) {
941 g.drawLine(xx + yCropLen[i], y - xCropLen[i], xx + yCropLen[i + 1] - 1, y - xCropLen[i + 1]);
943 xx += CROP_SEGMENT;
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java1264 } catch(IllegalStateException xx){
1266 } catch(CoderMalfunctionError xx){

Completed in 42 milliseconds

123