Searched defs:srcy (Results 1 - 7 of 7) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_yuv.c86 int srcx, srcy, srcw, srch; local
96 srcy = 0;
117 srcy -= (dsty * overlay->h) / dstrect->h;
131 src.y = srcy;
H A DSDL_surface.c448 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...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
H A DXF86DGA2.c544 int srcy,
561 req->srcy = srcy;
574 int srcy,
592 req->srcy = srcy;
540 XDGACopyArea( Display *dpy, int screen, int srcx, int srcy, unsigned int width, unsigned int height, int dstx, int dsty ) argument
570 XDGACopyTransparentArea( Display *dpy, int screen, int srcx, int srcy, unsigned int width, unsigned int height, int dstx, int dsty, unsigned long key ) argument
/external/quake/quake/src/QW/client/
H A Ddraw.c395 void Draw_SubPic(int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height) argument
409 source = pic->data + srcy * pic->width + srcx;
H A Dsbar.c244 void Sbar_DrawSubPic(int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height) argument
246 Draw_SubPic (x, y+(vid.height-SBAR_HEIGHT), pic, srcx, srcy, width, height);
H A Dgl_draw.c683 void Draw_SubPic(int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height) argument
699 newtl = gl->tl + (srcy*oldglheight)/pic->height;
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c868 int srcx, srcy; local
880 DGA_dst_to_xy(this, src, &srcx, &srcy);
882 srcy += srcrect->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 107 milliseconds