Home | History | Annotate | Download | only in video

Lines Matching refs:biClrUsed

79 	Uint32 biClrUsed;
119 biClrUsed = 0;
130 biClrUsed = SDL_ReadLE32(src);
215 if ( biClrUsed == 0 ) {
216 biClrUsed = 1 << biBitCount;
219 for ( i = 0; i < (int)biClrUsed; ++i ) {
226 for ( i = 0; i < (int)biClrUsed; ++i ) {
233 palette->ncolors = biClrUsed;
355 Uint32 biClrUsed;
438 biClrUsed = surface->format->palette->ncolors;
440 biClrUsed = 0;
454 SDL_WriteLE32(dst, biClrUsed);