Searched refs:BitsPerPixel (Results 1 - 6 of 6) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_lib_private.h58 BitsPerPixel, /* Bits per pixel (Codes uses at least this + 1). */ member in struct:GifFilePrivateType
H A Ddgif_lib.c263 int BitsPerPixel; local
287 BitsPerPixel = (Buf[0] & 0x07) + 1;
293 GifFile->SColorMap = GifMakeMapObject(1 << BitsPerPixel, NULL);
367 unsigned int BitsPerPixel; local
389 BitsPerPixel = (Buf[0] & 0x07) + 1;
401 GifFile->Image.ColorMap = GifMakeMapObject(1 << BitsPerPixel, NULL);
737 *CodeSize = Private->BitsPerPixel;
784 int i, BitsPerPixel; local
793 BitsPerPixel = CodeSize;
796 if (BitsPerPixel >
[all...]
H A Dgifalloc.c86 Object->BitsPerPixel = GifBitSize(ColorCount);
226 ColorUnion->BitsPerPixel = NewGifBitSize;
H A Dgif_lib.h72 int BitsPerPixel; member in struct:ColorMapObject
/openjdk10/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DAnyByteBinary.h65 int PREFIX ## adjx = (x) + (INFO)->pixelBitOffset / TYPE ## BitsPerPixel; \
69 TYPE ## BitsPerPixel); \
82 PREFIX ## bits -= TYPE ## BitsPerPixel
H A DLoopMacros.h350 (1 << TYPE ## BitsPerPixel)

Completed in 94 milliseconds