Searched refs:ExpandBMP (Results 1 – 1 of 1) sorted by relevance
62 int ExpandBMP; in SDL_LoadBMP_RW() local163 ExpandBMP = biBitCount; in SDL_LoadBMP_RW()167 ExpandBMP = 0; in SDL_LoadBMP_RW()263 switch (ExpandBMP) { in SDL_LoadBMP_RW()283 switch (ExpandBMP) { in SDL_LoadBMP_RW()287 int shift = (8-ExpandBMP); in SDL_LoadBMP_RW()289 if ( i%(8/ExpandBMP) == 0 ) { in SDL_LoadBMP_RW()298 pixel <<= ExpandBMP; in SDL_LoadBMP_RW()