Home | History | Annotate | Download | only in src

Lines Matching refs:x_dst

1461 			  int x_dst, int y_dst)
1467 t = x_dst;
1468 x_dst = height - y_dst - 1;
1472 x_dst = width - x_dst - 1;
1476 t = x_dst;
1477 x_dst = y_dst;
1483 x_dst = width - x_dst - 1;
1487 return y_dst * height + x_dst;