Home | History | Annotate | Download | only in src

Lines Matching refs:y_dst

1461 			  int x_dst, int y_dst)
1468 x_dst = height - y_dst - 1;
1469 y_dst = t;
1473 y_dst = height - y_dst - 1;
1477 x_dst = y_dst;
1478 y_dst = width - t - 1;
1485 y_dst = height - y_dst - 1;
1487 return y_dst * height + x_dst;