Lines Matching defs:ast
2074 Geom::Point const ast = getPoint(getEdge(i).st).x;
2080 if (ast[0] < aen[0]) {
2081 if (ast[0] > px[0]) continue;
2084 if (ast[0] < px[0]) continue;
2087 if (ast[0] == px[0]) {
2088 if (ast[1] >= px[1]) continue;
2095 if (ast[0] == px[0]) continue;
2096 if (ast[0] < px[0]) ll -= nWeight; else rr += nWeight;
2100 if (ast[1] < aen[1]) {
2101 if (ast[1] >= px[1]) continue;
2106 Geom::Point const diff = px - ast;
2110 if (ast[0] > px[0]) lr += nWeight;
2112 if (ast[0] < px[0]) lr -= nWeight;