Searched refs:stretch (Results 1 – 5 of 5) sorted by relevance
340 int stretch; in SDL_SW_CopyYUVToRGB() local348 stretch = 0; in SDL_SW_CopyYUVToRGB()355 stretch = 1; in SDL_SW_CopyYUVToRGB()357 stretch = 1; in SDL_SW_CopyYUVToRGB()359 if (stretch) { in SDL_SW_CopyYUVToRGB()379 if (!swdata->stretch) { in SDL_SW_CopyYUVToRGB()383 swdata->stretch = in SDL_SW_CopyYUVToRGB()386 if (!swdata->stretch) { in SDL_SW_CopyYUVToRGB()390 pixels = swdata->stretch->pixels; in SDL_SW_CopyYUVToRGB()391 pitch = swdata->stretch->pitch; in SDL_SW_CopyYUVToRGB()[all …]
43 SDL_Surface *stretch; member
68 int stretch; variable211 stretch = 1; in main()325 if (!stretch) { in main()420 if (stretch) { in copyFaxFile()
1703 int stretch /* 0: Do not stretch table, 1: Stretch table if needed */ in dir_next() argument1729 if (!stretch) { /* If no stretch, report EOT */ in dir_next()1739 … if (!stretch) dp->sect = 0; /* (this line is to suppress compiler warning) */ in dir_next()
1572 int stretch /* 0: Do not stretch table, 1: Stretch table if needed */ in dir_next() argument1597 if (!stretch) { /* If no stretch, report EOT */ in dir_next()1607 if (!stretch) dp->sect = 0; /* (this line is to suppress compiler warning) */ in dir_next()
Completed in 21 milliseconds