HomeSort by relevance Sort by last modified time
    Searched defs:dstw (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv.c 87 int dstx, dsty, dstw, dsth; local
101 dstw = dstrect->w;
105 dstw += dstx;
109 if ( (dstx+dstw) > current_video->screen->w ) {
110 int extra = (dstx+dstw - current_video->screen->w);
112 dstw -= extra;
136 dst.w = dstw;
  /external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c 197 int dstw = 640; local
231 dstw = atoi(argv[++i]);
284 dest = SDL_SetVideoMode(dstw, dsth, dstbpp, dstflags);
287 dest = SDL_CreateRGBSurface(dstflags, dstw, dsth, dstbpp,

Completed in 156 milliseconds