HomeSort by relevance Sort by last modified time
    Searched defs:dsty (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
100 dsty = dstrect->y;
114 if ( dsty < 0 ) {
115 srch += (dsty * overlay->h) / dstrect->h;
116 dsth += dsty;
117 srcy -= (dsty * overlay->h) / dstrect->h;
118 dsty = 0;
120 if ( (dsty+dsth) > current_video->screen->h ) {
121 int extra = (dsty+dsth - current_video->screen->h);
135 dst.y = dsty;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 869 int dstx, dsty; local
883 DGA_dst_to_xy(this, dst, &dstx, &dsty);
885 dsty += dstrect->y;
889 printf("Blitting %dx%d from %d,%d to %d,%d\n", w, h, srcx, srcy, dstx, dsty);
893 srcx, srcy, w, h, dstx, dsty, src->format->colorkey);
896 srcx, srcy, w, h, dstx, dsty);

Completed in 407 milliseconds