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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DGifImageDecoder.java70 int global_height; field in class:GifImageDecoder
292 global_height = ExtractWord(buf, 8);
366 if (y + height > global_height) {
367 height = global_height - y;
495 if (height == 0 && global_height != 0) {
496 height = global_height - y;
543 if (global_height == 0) global_height = height;
545 setDimensions(global_width, global_height);
552 saved_image = new byte[global_width * global_height];
[all...]

Completed in 30 milliseconds