HomeSort by relevance Sort by last modified time
    Searched refs:dstx (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv.c 87 int dstx, dsty, dstw, dsth; local
99 dstx = dstrect->x;
103 if ( dstx < 0 ) {
104 srcw += (dstx * overlay->w) / dstrect->w;
105 dstw += dstx;
106 srcx -= (dstx * overlay->w) / dstrect->w;
107 dstx = 0;
109 if ( (dstx+dstw) > current_video->screen->w ) {
110 int extra = (dstx+dstw - current_video->screen->w);
134 dst.x = dstx;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dga.h 220 int dstx,
232 int dstx,
xf86dgastr.h 205 CARD16 dstx B16;
219 CARD16 dstx B16;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA2.c 547 int dstx,
564 req->dstx = dstx;
577 int dstx,
595 req->dstx = dstx;
  /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);
884 dstx += dstrect->x;
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 204 milliseconds