Searched defs:numberDown (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/livarot/ |
H A D | ShapeRaster.cpp | 1929 * \param numberDown Filled in with the number of edges coming exiting P to go below. 1931 * \param downEdge One of the numberDown edges, or -1. 1934 void Shape::_countUpDown(int P, int *numberUp, int *numberDown, int *upEdge, int *downEdge) const argument 1937 *numberDown = 0; 1951 (*numberDown)++; 1965 int *numberUp, int *numberDown, int *upEdge, int *downEdge) const 1968 *numberDown = 0; 1981 (*numberDown)++; 1964 _countUpDownTotalDegree2(int P, int *numberUp, int *numberDown, int *upEdge, int *downEdge) const argument
|
Completed in 14 milliseconds