Lines Matching defs:width
69 private int width, height; // Dimensions.
115 System.out.println("width=" + width);
123 ic.setPixels(x, y, w, h, cm, image, 0, width);
189 int oldSize = image == null ? 0 : width*height;
191 int newSize = width*height;
204 tellDimensions(width, height);
228 if (x >= width)
241 if (x >= width)
254 if (x >= width)
262 // tellPixels(0, prevY, width, y - prevY);
263 tellPixels(0, 0, width, height);
305 width = parms.pixelsPerLine;
332 tellDimensions(width, height);
333 tellPixels(0, 0, width, height);
357 int len = width*height; // Get # of pixels.
366 width + ' ' + height + "\n255\n");
377 width + ' ' + height + "\n255\n");