BitsPerPixel 92 ext/gd/libgd/gd_gif_out.c static void GIFEncode (gdIOCtxPtr fp, int GWidth, int GHeight, int GInterlace, int Background, int Transparent, int BitsPerPixel, int *Red, int *Green, int *Blue, gdImagePtr im); BitsPerPixel 120 ext/gd/libgd/gd_gif_out.c int interlace, BitsPerPixel; BitsPerPixel 132 ext/gd/libgd/gd_gif_out.c BitsPerPixel = colorstobpp(tim->colorsTotal); BitsPerPixel 135 ext/gd/libgd/gd_gif_out.c out, tim->sx, tim->sy, tim->interlace, 0, tim->transparent, BitsPerPixel, BitsPerPixel 257 ext/gd/libgd/gd_gif_out.c GIFEncode(gdIOCtxPtr fp, int GWidth, int GHeight, int GInterlace, int Background, int Transparent, int BitsPerPixel, int *Red, int *Green, int *Blue, gdImagePtr im) BitsPerPixel 272 ext/gd/libgd/gd_gif_out.c ColorMapSize = 1 << BitsPerPixel; BitsPerPixel 278 ext/gd/libgd/gd_gif_out.c Resolution = BitsPerPixel; BitsPerPixel 293 ext/gd/libgd/gd_gif_out.c if( BitsPerPixel <= 1 ) BitsPerPixel 296 ext/gd/libgd/gd_gif_out.c InitCodeSize = BitsPerPixel; BitsPerPixel 327 ext/gd/libgd/gd_gif_out.c B |= (BitsPerPixel - 1);