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

  /external/qemu/distrib/sdl-1.2.12/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...]
  /system/extras/tests/framebuffer/
mdp_test.c 181 int dstx = 10; int dsty = 10; local
206 if (parse_geometry(optarg, &dstw, &dsth, &dstx, &dsty)) {
210 printf("Got dest: w=%d h=%d x=%d y=%d\n", dstw, dsth, dstx, dsty);
311 req->dst_rect.y = dsty;
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 865 int dstx, dsty; local
879 DGA_dst_to_xy(this, dst, &dstx, &dsty);
881 dsty += dstrect->y;
885 printf("Blitting %dx%d from %d,%d to %d,%d\n", w, h, srcx, srcy, dstx, dsty);
889 srcx, srcy, w, h, dstx, dsty, src->format->colorkey);
892 srcx, srcy, w, h, dstx, dsty);

Completed in 291 milliseconds