Lines Matching defs:height
60 // # lines we incr. image height.
69 private int width, height; // Dimensions.
187 if (y >= height || image == null)
189 int oldSize = image == null ? 0 : width*height;
190 height += STRIP_HEIGHT; // Add more lines.
191 int newSize = width*height;
204 tellDimensions(width, height);
263 tellPixels(0, 0, width, height);
307 height = parms.lines - STRIP_HEIGHT + 1;
309 height = 0;
331 height = y; // For now, send whole image here.
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");