Searched refs:vn (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/libavoid/ |
H A D | vertices.cpp | 50 , vn(n) 58 , vn(other.vn) 70 vn = rhs.vn; 78 if ((objID != rhs.objID) || (vn != rhs.vn)) 90 if ((objID != rhs.objID) || (vn != rhs.vn)) 102 ((objID == rhs.objID) && (vn < rh [all...] |
H A D | connector.cpp | 91 point.vn = kUnassignedVertexNumber; 95 point.vn = 6; 100 point.vn = 4; 110 point.vn = 5; 115 point.vn = 7; 120 point.vn = kUnassignedVertexNumber; 277 //db_printf("common_updateEndPoint(%d,(pid=%d,vn=%d,(%f,%f)))\n", 278 // type,point.id,point.vn,point.x,point.y); 748 VertID vID(pnt.id, isShape, pnt.vn); 780 VertID vID(pnt.id, isShape, pnt.vn); [all...] |
H A D | geomtypes.h | 95 unsigned short vn; member in class:Avoid::Point
|
H A D | vertices.h | 52 unsigned short vn; member in class:Avoid::VertID
|
H A D | geomtypes.cpp | 42 vn(kUnassignedVertexNumber) 51 vn(kUnassignedVertexNumber) 121 ps[i] = std::make_pair(polyPtr, poly.ps[i].vn);
|
H A D | makepath.cpp | 428 VertID vID(pnt.id, isShape, pnt.vn); 431 db_printf("/// %d %d %d\n", pnt.id, (int) isShape, pnt.vn);
|
H A D | visibility.cpp | 533 (centerID.vn == 1) ? 2 : 1);
|
/inkscape/src/2geom/ |
H A D | transforms.cpp | 150 Geom::Point vn = unit_vector(vector); local 151 Coord cx2 = vn[X] * vn[X]; 152 Coord cy2 = vn[Y] * vn[Y]; 153 Coord c2xy = 2 * vn[X] * vn[Y];
|
Completed in 19 milliseconds