Home | History | Annotate | Download | only in src

Lines Matching refs:x_dst

1038 			  int x_dst, int y_dst)
1044 t = x_dst;
1045 x_dst = height - y_dst - 1;
1049 x_dst = width - x_dst - 1;
1053 t = x_dst;
1054 x_dst = y_dst;
1060 x_dst = width - x_dst - 1;
1064 return y_dst * height + x_dst;