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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DGifImageDecoder.java110 private static final int ExtractWord(byte buf[], int off) { method in class:GifImageDecoder
144 delay = ExtractWord(buf, 2) * 10;
178 ExtractWord(buf, 1);
181 nloops = ExtractWord(buf, 1);
291 global_width = ExtractWord(buf, 6);
292 global_height = ExtractWord(buf, 8);
476 int x = ExtractWord(block, 0);
477 int y = ExtractWord(block, 2);
478 int width = ExtractWord(block, 4);
479 int height = ExtractWord(bloc
[all...]

Completed in 30 milliseconds