Home | History | Annotate | Download | only in plugins

Lines Matching defs:dis

116         DataInputStream dis = new DataInputStream(new BufferedInputStream(in));
120 int idLength = dis.readUnsignedByte();
125 int colorMapType = dis.readUnsignedByte();
128 int imageType = dis.readUnsignedByte();
132 // short cMapStart = flipEndian(dis.readShort());
133 dis.readShort();
135 short cMapLength = flipEndian(dis.readShort());
137 int cMapDepth = dis.readUnsignedByte();
141 // int xOffset = flipEndian(dis.readShort());
142 dis.readShort();
144 // int yOffset = flipEndian(dis.readShort());
145 dis.readShort();
147 int width = flipEndian(dis.readShort());
149 int height = flipEndian(dis.readShort());
151 int pixelDepth = dis.readUnsignedByte();
152 int imageDescriptor = dis.readUnsignedByte();
225 data[1] = dis.readByte();
226 data[0] = dis.readByte();
247 dis.readFully(rawData, rawDataIndex, width * dl);
250 // blue = dis.readByte();
251 // green = dis.readByte();
252 // red = dis.readByte();
265 blue = dis.readByte();
266 green = dis.readByte();
267 red = dis.readByte();
268 alpha = dis.readByte();
294 int count = dis.readByte();
299 blue = dis.readByte();
300 green = dis.readByte();
301 red = dis.readByte();
302 alpha = dis.readByte();
313 blue = dis.readByte();
314 green = dis.readByte();
315 red = dis.readByte();
316 alpha = dis.readByte();
333 int count = dis.readByte();
338 blue = dis.readByte();
339 green = dis.readByte();
340 red = dis.readByte();
350 blue = dis.readByte();
351 green = dis.readByte();
352 red = dis.readByte();
370 int count = dis
375 data[1] = dis.readByte();
376 data[0] = dis.readByte();
389 data[1] = dis.readByte();
390 data[0] = dis.readByte();
414 int index = dis.readUnsignedByte();
433 int index = flipEndian(dis.readShort());