Searched defs:bandWidth (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWEmbeddedFrame.java44 private int bandWidth = 0; field in class:WEmbeddedFrame
124 bandWidth = getWidth();
125 if (bandWidth % 4 != 0) {
126 bandWidth += (4 - (bandWidth % 4));
128 if (bandWidth <= 0) {
132 bandHeight = Math.min(MAX_BAND_SIZE/bandWidth, frameHeight);
134 imgWid = (int)(bandWidth * xscale);
150 clearGraphics.fillRect(0, 0, bandWidth, bandHeight);
167 0, bandTop, bandWidth, currBandHeigh
[all...]

Completed in 41 milliseconds