Home | History | Annotate | Download | only in video

Lines Matching defs:srcy

448 	int srcx, srcy, w, h;
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;