Lines Matching defs:this
5 This library is free software; you can redistribute it and/or
10 This library is distributed in the hope that it will be useful,
16 License along with this library; if not, write to the Free Software
97 SDL_VideoDevice *this = current_video;
111 succeeded = video->SetGamma(this, red, green, blue);
117 so this function isn't officially supported.
123 SDL_VideoDevice *this = current_video;
139 succeeded = video->GetGamma(this, red, green, blue);
148 SDL_VideoDevice *this = current_video;
189 succeeded = video->SetGammaRamp(this, video->gamma);
199 SDL_VideoDevice *this = current_video;
210 video->GetGammaRamp(this, video->gamma);