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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_yuv.c 86 int srcx, srcy, srcw, srch; local
96 srcy = 0;
117 srcy -= (dsty * overlay->h) / dstrect->h;
131 src.y = srcy;
SDL_surface.c 448 int srcx, srcy, w, h; local
481 srcy = srcrect->y;
483 if(srcy < 0) {
484 h += srcy;
485 dstrect->y -= srcy;
486 srcy = 0;
488 maxh = src->h - srcy;
493 srcx = srcy = 0;
517 srcy += dy;
527 sr.y = srcy;
    [all...]
  /system/extras/tests/framebuffer/
mdp_test.c 180 int srcx = 0; int srcy = 0; local
198 if (parse_geometry(optarg, &srcw, &srch, &srcx, &srcy)) {
202 printf("Got source: w=%d h=%d x=%d y=%d\n", srcw, srch, srcx, srcy);
301 req->src_rect.y = srcy;
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 864 int srcx, srcy; local
876 DGA_dst_to_xy(this, src, &srcx, &srcy);
878 srcy += srcrect->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 113 milliseconds