Home | History | Annotate | Download | only in video

Lines Matching refs:biClrUsed

81 	Uint32 biClrUsed;
121 biClrUsed = 0;
132 biClrUsed = SDL_ReadLE32(src);
234 if ( biClrUsed == 0 ) {
235 biClrUsed = 1 << biBitCount;
238 for ( i = 0; i < (int)biClrUsed; ++i ) {
245 for ( i = 0; i < (int)biClrUsed; ++i ) {
252 palette->ncolors = biClrUsed;
384 Uint32 biClrUsed;
467 biClrUsed = surface->format->palette->ncolors;
469 biClrUsed = 0;
483 SDL_WriteLE32(dst, biClrUsed);