Home | History | Annotate | Download | only in video

Lines Matching defs:dstx

87 	int dstx, dsty, dstw, dsth;
99 dstx = dstrect->x;
103 if ( dstx < 0 ) {
104 srcw += (dstx * overlay->w) / dstrect->w;
105 dstw += dstx;
106 srcx -= (dstx * overlay->w) / dstrect->w;
107 dstx = 0;
109 if ( (dstx+dstw) > current_video->screen->w ) {
110 int extra = (dstx+dstw - current_video->screen->w);
134 dst.x = dstx;