Searched defs:ast (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A DShape.cpp2074 Geom::Point const ast = getPoint(getEdge(i).st).x; member in class:Geom
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[
[all...]
H A DShapeSweep.cpp2033 Geom::Point adir, diff, ast, aen; local
2036 ast = pData[getEdge(i).st].rx;
2041 if (ast[0] < aen[0])
2043 if (ast[0] > px[0])
2050 if (ast[0] < px[0])
2055 if (ast[0] == px[0])
2057 if (ast[1] >= px[1])
2071 if (ast[0] == px[0])
2073 if (ast[0] < px[0])
2080 if (ast[
[all...]

Completed in 110 milliseconds