Home
last modified time | relevance | path

Searched refs:BitPixel (Results 1 – 25 of 37) sorted by relevance

12

/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/tools/
H A Dgifinfo.c115 unsigned int BitPixel; member
166 GifAnimScreen.BitPixel = 2<<(buf[4]&0x07); in isGifAnimated()
174 if(ReadColorMap(ib,GifAnimScreen.BitPixel,GifAnimScreen.ColorMap, in isGifAnimated()
215 if(ReadColorMap(ib, GifAnimScreen.BitPixel, GifAnimScreen.ColorMap, in isGifAnimated()
263 GifAnimScreen.BitPixel = 2<<(buf[4]&0x07); in gifInit()
279 GifAnimScreen.BitPixel, in gifInit()
285 if (ReadColorMap(ib, GifAnimScreen.BitPixel, in gifInit()
444 if(bitPixel == GifAnimScreen.BitPixel) in gifAnimNextFrame()
447 for(i = 0; i < GifAnimScreen.BitPixel; i++) in gifAnimNextFrame()
458 if(i != GifAnimScreen.BitPixel) in gifAnimNextFrame()
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/common/
H A DreadGIF.c160 unsigned int BitPixel; member
290 GifAnimScreen.BitPixel = 2<<(buf[4]&0x07); in _XmHTMLIsGifAnimated()
341 if(ReadColorMap(ib, GifAnimScreen.BitPixel, in _XmHTMLIsGifAnimated()
427 GifAnimScreen.BitPixel = 2<<(buf[4]&0x07); in _XmHTMLGifAnimInit()
452 AllocRawImageCmap(img_data, GifAnimScreen.BitPixel); in _XmHTMLGifAnimInit()
593 if((i = bitPixel) == GifAnimScreen.BitPixel) in _XmHTMLGifAnimNextFrame()
600 if(i != GifAnimScreen.BitPixel) in _XmHTMLGifAnimNextFrame()
695 GifScreen.BitPixel = 2<<(buf[4]&0x07); in _XmHTMLReadGIF()
710 AllocRawImageCmap(img_data, GifScreen.BitPixel); in _XmHTMLReadGIF()
723 for (i=0; i < GifScreen.BitPixel; i++) in _XmHTMLReadGIF()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/lib/common/
H A DreadGIF.c166 unsigned int BitPixel; member
296 GifAnimScreen.BitPixel = 2<<(buf[4]&0x07); in _XmHTMLIsGifAnimated()
347 if(ReadColorMap(ib, GifAnimScreen.BitPixel, in _XmHTMLIsGifAnimated()
433 GifAnimScreen.BitPixel = 2<<(buf[4]&0x07); in _XmHTMLGifAnimInit()
458 AllocRawImageCmap(img_data, GifAnimScreen.BitPixel); in _XmHTMLGifAnimInit()
599 if((i = bitPixel) == GifAnimScreen.BitPixel) in _XmHTMLGifAnimNextFrame()
606 if(i != GifAnimScreen.BitPixel) in _XmHTMLGifAnimNextFrame()
701 GifScreen.BitPixel = 2<<(buf[4]&0x07); in _XmHTMLReadGIF()
716 AllocRawImageCmap(img_data, GifScreen.BitPixel); in _XmHTMLReadGIF()
729 for (i=0; i < GifScreen.BitPixel; i++) in _XmHTMLReadGIF()
[all …]
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/
H A Dreadgif.c62 unsigned int BitPixel; member
129 GifScreen.BitPixel = 2<<(buf[4]&0x07);
135 if (!ReadColorMap(file,GifScreen.BitPixel,pic->cmap)) {
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/
H A Dreadgif.c65 unsigned int BitPixel; member
157 GifScreen.BitPixel = 2<<(buf[4]&0x07); in read_gif()
163 if (!ReadColorMap(pic_stream->fp, GifScreen.BitPixel, in read_gif()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/img/
H A Dgifread.c89 unsigned int BitPixel; member
176 GifScreen.BitPixel = 2 << ((UCHAR) buf[4] & 0x07); in GIFReadFD()
185 { if ( (rval=ReadColorMap(fd, GifScreen.BitPixel, at, ac, closure)) in GIFReadFD()
275 { if ( (rval=ReadImage(fd, bigBuf, w, h, GifScreen.BitPixel, in GIFReadFD()
/dports/graphics/sdl_image/SDL_image-1.2.12/
H A DIMG_gif.c128 unsigned int BitPixel; member
198 GifScreen.BitPixel = 2 << (buf[4] & 0x07); in IMG_LoadGIF_RW()
204 if (ReadColorMap(src, GifScreen.BitPixel, GifScreen.ColorMap, in IMG_LoadGIF_RW()
256 GifScreen.BitPixel, GifScreen.ColorMap, in IMG_LoadGIF_RW()
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Df_readgif.c68 unsigned int BitPixel; member
146 GifScreen.BitPixel = 2<<(buf[4]&0x07); in read_gif()
152 if (!ReadColorMap(pic_stream->fp, GifScreen.BitPixel, in read_gif()
/dports/astro/sunclock/sunclock-3.57/
H A Dreadgif.c56 unsigned int BitPixel; member
143 GifScreen.BitPixel = 2 << (buf[4] & 0x07);
149 if (ReadColorMap(fd, GifScreen.BitPixel, GifScreen.ColorMap,
208 GifScreen.BitPixel, GifScreen.ColorMap,
/dports/lang/php73/php-7.3.33/ext/gd/libgd/
H A Dgd_gif_in.c58 unsigned int BitPixel;
130 int BitPixel; in gdImageCreateFromGifCtx() local
174 BitPixel = 2<<(buf[4]&0x07); in gdImageCreateFromGifCtx()
185 if (ReadColorMap(fd, BitPixel, ColorMap)) { in gdImageCreateFromGifCtx()
/dports/russian/gd/libgd-2.3.1/src/
H A Dgd_gif_in.c66 unsigned int BitPixel;
198 int BitPixel; in gdImageCreateFromGifCtx() local
242 BitPixel = 2 << (buf[4] & 0x07); in gdImageCreateFromGifCtx()
253 if(ReadColorMap(fd, BitPixel, ColorMap)) { in gdImageCreateFromGifCtx()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dgif.c42 unsigned int BitPixel; member
183 GifScreen.BitPixel = 2<<(buf[4]&0x07); in ReadGIF()
189 if (ReadColorMap(fd,GifScreen.BitPixel,GifScreen.ColorMap, in ReadGIF()
277 *numcolsp = GifScreen.BitPixel; in ReadGIF()
/dports/www/mod_php81/php-8.1.1/ext/gd/libgd/
H A Dgd_gif_in.c58 unsigned int BitPixel;
130 int BitPixel; in gdImageCreateFromGifCtx() local
174 BitPixel = 2<<(buf[4]&0x07); in gdImageCreateFromGifCtx()
185 if (ReadColorMap(fd, BitPixel, ColorMap)) { in gdImageCreateFromGifCtx()
/dports/lang/php81/php-8.1.1/ext/gd/libgd/
H A Dgd_gif_in.c58 unsigned int BitPixel;
130 int BitPixel; in gdImageCreateFromGifCtx() local
174 BitPixel = 2<<(buf[4]&0x07); in gdImageCreateFromGifCtx()
185 if (ReadColorMap(fd, BitPixel, ColorMap)) { in gdImageCreateFromGifCtx()
/dports/lang/php80/php-8.0.15/ext/gd/libgd/
H A Dgd_gif_in.c58 unsigned int BitPixel;
130 int BitPixel; in gdImageCreateFromGifCtx() local
174 BitPixel = 2<<(buf[4]&0x07); in gdImageCreateFromGifCtx()
185 if (ReadColorMap(fd, BitPixel, ColorMap)) { in gdImageCreateFromGifCtx()
/dports/lang/php74/php-7.4.27/ext/gd/libgd/
H A Dgd_gif_in.c58 unsigned int BitPixel;
130 int BitPixel; in gdImageCreateFromGifCtx() local
174 BitPixel = 2<<(buf[4]&0x07); in gdImageCreateFromGifCtx()
185 if (ReadColorMap(fd, BitPixel, ColorMap)) { in gdImageCreateFromGifCtx()
/dports/ukrainian/gd/libgd-2.3.1/src/
H A Dgd_gif_in.c66 unsigned int BitPixel;
198 int BitPixel; in gdImageCreateFromGifCtx() local
242 BitPixel = 2 << (buf[4] & 0x07); in gdImageCreateFromGifCtx()
253 if(ReadColorMap(fd, BitPixel, ColorMap)) { in gdImageCreateFromGifCtx()
/dports/www/mod_php73/php-7.3.33/ext/gd/libgd/
H A Dgd_gif_in.c58 unsigned int BitPixel;
130 int BitPixel; in gdImageCreateFromGifCtx() local
174 BitPixel = 2<<(buf[4]&0x07); in gdImageCreateFromGifCtx()
185 if (ReadColorMap(fd, BitPixel, ColorMap)) { in gdImageCreateFromGifCtx()
/dports/japanese/gd/libgd-2.3.1/src/
H A Dgd_gif_in.c66 unsigned int BitPixel;
198 int BitPixel; in gdImageCreateFromGifCtx() local
242 BitPixel = 2 << (buf[4] & 0x07); in gdImageCreateFromGifCtx()
253 if(ReadColorMap(fd, BitPixel, ColorMap)) { in gdImageCreateFromGifCtx()
/dports/graphics/sdl2_image/SDL2_image-2.0.5/
H A DIMG_gif.c126 unsigned int BitPixel; member
214 state.GifScreen.BitPixel = 2 << (buf[4] & 0x07); in IMG_LoadGIF_RW()
220 if (ReadColorMap(src, state.GifScreen.BitPixel, in IMG_LoadGIF_RW()
272 state.GifScreen.BitPixel, state.GifScreen.ColorMap, in IMG_LoadGIF_RW()
/dports/graphics/gd/libgd-2.3.1/src/
H A Dgd_gif_in.c66 unsigned int BitPixel;
198 int BitPixel; in gdImageCreateFromGifCtx() local
242 BitPixel = 2 << (buf[4] & 0x07); in gdImageCreateFromGifCtx()
253 if(ReadColorMap(fd, BitPixel, ColorMap)) { in gdImageCreateFromGifCtx()
/dports/www/mod_php80/php-8.0.15/ext/gd/libgd/
H A Dgd_gif_in.c58 unsigned int BitPixel;
130 int BitPixel; in gdImageCreateFromGifCtx() local
174 BitPixel = 2<<(buf[4]&0x07); in gdImageCreateFromGifCtx()
185 if (ReadColorMap(fd, BitPixel, ColorMap)) { in gdImageCreateFromGifCtx()
/dports/www/mod_php74/php-7.4.27/ext/gd/libgd/
H A Dgd_gif_in.c58 unsigned int BitPixel;
130 int BitPixel; in gdImageCreateFromGifCtx() local
174 BitPixel = 2<<(buf[4]&0x07); in gdImageCreateFromGifCtx()
185 if (ReadColorMap(fd, BitPixel, ColorMap)) { in gdImageCreateFromGifCtx()
/dports/graphics/libgaiagraphics/libgaiagraphics-0.5/src/
H A Dgaiagraphics_gif.c889 int BitPixel; local
917 BitPixel = 2 << (buf[4] & 0x07);
920 bitPixel = colorstobpp (BitPixel);
941 int BitPixel; local
976 BitPixel = 2 << (buf[4] & 0x07);
982 if (ReadColorMap (fd, BitPixel, ColorMap))
/dports/graphics/urt/urt-3.1b1_12/cnv/
H A Dgiftorle.c69 unsigned int BitPixel; member
128 Screen.BitPixel = 2<<(buf[4]&0x07);
132 if (ReadColorMap(fd,Screen.BitPixel,Screen.ColorMap))

12