Searched defs:rasline (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/gif/
H A Dgifdecoder.c60 rasline = (unsigned char *) \
62 if (rasline == 0) \
80 if (rasline) \
81 (*env)->ReleasePrimitiveArrayCritical(env, raslineh, rasline, 0); \
177 unsigned char *rasline = NULL; local
408 rasline[off++] = outCode[outCount++];
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DGifImageDecoder.java356 byte block[], byte rasline[],
360 byte rasline[], ColorModel model) {
372 // rasline[0] == pixel at coordinate (x,y)
373 // rasline[width] == pixel at coordinate (x+width, y)
383 // rasline[rasbeg] == pixel at coordinate (x2,y)
384 // rasline[width] == pixel at coordinate (x+width, y)
385 // rasline[rasbeg + width] == pixel at coordinate (x2+width, y)
393 // rasline[rasbeg] == pixel at coordinate (x2,y)
394 // rasline[rasend] == pixel at coordinate (x2+width, y)
400 byte pixel = rasline[
354 parseImage(int x, int y, int width, int height, boolean interlace, int initCodeSize, byte block[], byte rasline[], IndexColorModel model) argument
359 sendPixels(int x, int y, int width, int height, byte rasline[], ColorModel model) argument
[all...]

Completed in 31 milliseconds