Home | History | Annotate | Download | only in video

Lines Matching defs:vf

268 		SDL_PixelFormat *vf = SDL_VideoSurface->format;
269 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
271 0, vf->palette->ncolors, vf->palette->colors);
718 SDL_PixelFormat *vf = mode->format;
719 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
720 video->SetColors(this, 0, vf->palette->ncolors,
721 vf->palette->colors);
955 SDL_PixelFormat *vf;
969 vf = SDL_PublicSurface->format;
971 switch(vf->BytesPerPixel) {
976 if ( (vf->Rmask == 0x1f) &&
977 (vf->Bmask == 0xf800 || vf->Bmask == 0x7c00)) {
987 if ( (vf->Rmask == 0xff) && (vf->Bmask == 0xff0000) ) {
990 } else if ( vf->Rmask == 0xFF00 && (vf->Bmask == 0xFF000000) ) {