Home | History | Annotate | Download | only in video

Lines Matching refs:biBitCount

76 	Uint16 biBitCount;
116 biBitCount = SDL_ReadLE16(src);
127 biBitCount = SDL_ReadLE16(src);
160 switch (biBitCount) {
163 ExpandBMP = biBitCount;
164 biBitCount = 8;
178 switch (biBitCount) {
205 switch (biBitCount) {
225 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0);
235 biClrUsed = 1 << biBitCount;
312 switch(biBitCount) {
379 Uint16 biBitCount;
461 biBitCount = surface->format->BitsPerPixel;
478 SDL_WriteLE16(dst, biBitCount);