Home | History | Annotate | Download | only in video

Lines Matching defs:biBitCount

74 	Uint16 biBitCount;
114 biBitCount = SDL_ReadLE16(src);
125 biBitCount = SDL_ReadLE16(src);
141 switch (biBitCount) {
144 ExpandBMP = biBitCount;
145 biBitCount = 8;
159 switch (biBitCount) {
186 switch (biBitCount) {
206 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0);
216 biClrUsed = 1 << biBitCount;
288 switch(biBitCount) {
350 Uint16 biBitCount;
432 biBitCount = surface->format->BitsPerPixel;
449 SDL_WriteLE16(dst, biBitCount);