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

/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Ddgif_lib.c488 * Put one pixel (Pixel) into GIF file.
492 GifPixelType Pixel) {
512 if (DGifDecompressLine(GifFile, &Pixel, 1) == GIF_OK) {
788 * not be read at all, and DGifGetLine/Pixel clean everything. */
491 DGifGetPixel(GifFileType * GifFile, GifPixelType Pixel) argument

Completed in 27 milliseconds