Home | History | Annotate | Download | only in video

Lines Matching defs:dsty

87 	int dstx, dsty, dstw, dsth;
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;