HomeSort by relevance Sort by last modified time
    Searched refs:GifPixelType (Results 1 - 3 of 3) sorted by null

  /external/giflib/
gif_lib.h 48 typedef unsigned char GifPixelType;
150 int EGifPutLine(GifFileType * GifFile, GifPixelType * GifLine,
152 int EGifPutPixel(GifFileType * GifFile, GifPixelType GifPixel);
193 int DGifGetLine(GifFileType * GifFile, GifPixelType * GifLine, int GifLineLen);
194 int DGifGetPixel(GifFileType * GifFile, GifPixelType GifPixel);
272 GifPixelType ColorTransIn2[]);
295 extern void ApplyTranslation(SavedImage * Image, GifPixelType Translation[]);
gifalloc.c 130 GifPixelType ColorTransIn2[]) {
220 GifPixelType Translation[]) {
380 sp->RasterBits = (unsigned char *)malloc(sizeof(GifPixelType) *
388 sizeof(GifPixelType) * CopyFrom->ImageDesc.Height *
dgif_lib.c 53 static int DGifDecompressLine(GifFileType *GifFile, GifPixelType *Line,
428 GifPixelType * Line,
472 GifPixelType Pixel) {
734 GifPixelType * Line,
    [all...]

Completed in 61 milliseconds