Home | History | Annotate | Download | only in video

Lines Matching refs:vf

262 		SDL_PixelFormat *vf = SDL_VideoSurface->format;
263 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
265 0, vf->palette->ncolors, vf->palette->colors);
701 SDL_PixelFormat *vf = mode->format;
702 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
703 video->SetColors(this, 0, vf->palette->ncolors,
704 vf->palette->colors);
938 SDL_PixelFormat *vf;
952 vf = SDL_PublicSurface->format;
954 switch(vf->BytesPerPixel) {
959 if ( (vf->Rmask == 0x1f) &&
960 (vf->Bmask == 0xf800 || vf->Bmask == 0x7c00)) {
970 if ( (vf->Rmask == 0xff) && (vf->Bmask == 0xff0000) ) {