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

/inkscape/src/livarot/
H A DShape.cpp565 double pvalx = getPoint(ppos).x[0]; local
582 if (getPoint(le).x[0] > pvalx)
586 else if (getPoint(le).x[0] == pvalx)
638 if (getPoint(ri).x[0] > pvalx)
642 else if (getPoint(ri).x[0] == pvalx)
747 double pvalx = getPoint(ppos).x[0]; local
765 if (getPoint(le).x[0] > pvalx)
769 else if (getPoint(le).x[0] == pvalx)
832 if (getPoint(ri).x[0] > pvalx)
836 else if (getPoint(ri).x[0] == pvalx)
951 double pvalx = pData[ppos].rx[0]; local
1714 Geom::Point pvalx = list[ppos].x; local
[all...]

Completed in 19 milliseconds