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

/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgif_lib.h74 typedef unsigned char GifPixelType; typedef
163 int DGifGetLine(GifFileType * GifFile, GifPixelType * GifLine, int GifLineLen);
164 int DGifGetPixel(GifFileType * GifFile, GifPixelType GifPixel);
H A Dgifalloc.c289 sp->RasterBits = (unsigned char *)malloc(sizeof(GifPixelType) *
297 sizeof(GifPixelType) * CopyFrom->ImageDesc.Height *
H A Ddgif_lib.c78 static int DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line,
448 GifPixelType * Line,
492 GifPixelType Pixel) {
758 GifPixelType * Line,
1044 sizeof(GifPixelType));

Completed in 33 milliseconds