Home | History | Annotate | Download | only in src

Lines Matching refs:max_x

1440   int max_x = (int)x_1 + 1;
1454 max_x = x;
1463 max_x = int(x1);
1475 max_x = int(x_1 + 1);
1486 max_x = x;
1496 max_x = int(x1);
1506 max_x = int(x_1 + 1);
1515 max_x = x;
1523 max_x = int(x1);
1528 int s_0_0 = layerAbove.getAgastScore(max_x - 1, max_y - 1, 1);
1529 int s_1_0 = layerAbove.getAgastScore(max_x, max_y - 1, 1);
1530 int s_2_0 = layerAbove.getAgastScore(max_x + 1, max_y - 1, 1);
1531 max_x + 1, max_y, 1);
1532 int s_1_1 = layerAbove.getAgastScore(max_x, max_y, 1);
1533 int s_0_1 = layerAbove.getAgastScore(max_x - 1, max_y, 1);
1534 int s_0_2 = layerAbove.getAgastScore(max_x - 1, max_y + 1, 1);
1535 int s_1_2 = layerAbove.getAgastScore(max_x, max_y + 1, 1);
1536 int s_2_2 = layerAbove.getAgastScore(max_x + 1, max_y + 1, 1);
1541 float real_x = float(max_x) + dx_1;
1619 int max_x = (int)x_1 + 1;
1633 max_x = x;
1642 max_x = int(x1);
1654 max_x = int(x_1 + 1);
1670 * (layerBelow.getAgastScore(max_x - 1, max_y, 1) + layerBelow.getAgastScore(max_x + 1, max_y, 1)
1671 + layerBelow.getAgastScore(max_x, max_y + 1, 1) + layerBelow.getAgastScore(max_x, max_y - 1, 1))
1672 + (layerBelow.getAgastScore(max_x + 1, max_y + 1, 1) + layerBelow.getAgastScore(max_x - 1,
1674 + layerBelow.getAgastScore(max_x + 1, max_y - 1, 1)
1675 + layerBelow.getAgastScore(max_x - 1, max_y - 1, 1));
1678 max_x = x;
1685 max_x = x;
1695 max_x = int(x1);
1705 max_x = int(x_1 + 1);
1714 max_x = x;
1722 max_x = int(x1);
1727 int s_0_0 = layerBelow.getAgastScore(max_x - 1, max_y - 1, 1);
1728 int s_1_0 = layerBelow.getAgastScore(max_x, max_y - 1, 1);
1729 int s_2_0 = layerBelow.getAgastScore(max_x + 1, max_y - 1, 1);
1730 int s_2_1 = layerBelow.getAgastScore(max_x + 1, max_y, 1);
1731 int s_1_1 = layerBelow.getAgastScore(max_x, max_y, 1);
1732 int s_0_1 = layerBelow.getAgastScore(max_x - 1, max_y, 1);
1733 int s_0_2 = layerBelow.getAgastScore(max_x - 1, max_y + 1, 1);
1734 int s_1_2 = layerBelow.getAgastScore(max_x, max_y + 1, 1);
1735 int s_2_2 = layerBelow.getAgastScore(max_x + 1, max_y + 1, 1);
1740 float real_x = float(max_x) + dx_1;