Home | History | Annotate | Download | only in video

Lines Matching refs:stretch

102 	SDL_Surface *stretch;
986 swdata->stretch = NULL;
1170 int stretch;
1178 stretch = 0;
1186 stretch = 1;
1192 stretch = 1;
1195 if ( stretch ) {
1196 if ( ! swdata->stretch ) {
1198 swdata->stretch = SDL_CreateRGBSurface(
1205 if ( ! swdata->stretch ) {
1209 display = swdata->stretch;
1248 if ( stretch ) {
1249 dstp = (Uint8 *)swdata->stretch->pixels;
1269 if ( stretch ) {
1271 SDL_SoftStretch(swdata->stretch, src, display, dst);
1284 if ( swdata->stretch ) {
1285 SDL_FreeSurface(swdata->stretch);