Home | History | Annotate | Download | only in video

Lines Matching refs:biHeight

74 	Sint32 biHeight;
114 biHeight = (Uint32)SDL_ReadLE16(src);
125 biHeight = SDL_ReadLE32(src);
146 if (biHeight < 0) {
148 biHeight = -biHeight;
225 biWidth, biHeight, biBitCount, Rmask, Gmask, Bmask, 0);
377 Sint32 biHeight;
459 biHeight = surface->h;
476 SDL_WriteLE32(dst, biHeight);