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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DGifImageDecoder.java106 private static final int ExtractByte(byte buf[], int off) { method in class:GifImageDecoder
151 trans_pixel = ExtractByte(buf, 4);
295 int ch = ExtractByte(buf, 10);
313 global_bgpixel = ExtractByte(buf, 11);
316 props.put("aspectratio", ""+((ExtractByte(buf, 12) + 15) / 64.0));
588 int initCodeSize = ExtractByte(block, 9);

Completed in 31 milliseconds