Searched refs:Dim (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/libcola/ |
H A D | gradient_projection.h | 192 enum Dim { HORIZONTAL, VERTICAL }; enum 197 const Dim k, 261 Dim k;
|
H A D | straightener.h | 108 std::vector<Node*>& L, std::vector<Node*>& nodes, Dim dim); 129 void generateConstraints(std::vector<Node*>& nodes, std::vector<Edge*>& edges, std::vector<SimpleConstraint*>& cs, Dim dim);
|
H A D | straightener.cpp | 130 vector<Node*>& L,vector<Node*>& nodes, Dim dim) { 192 static SimpleConstraint* createConstraint(Node* u, Node* v, Dim dim) { 199 void generateConstraints(vector<Node*>& nodes, vector<Edge*>& edges,vector<SimpleConstraint*>& cs,Dim dim) {
|
H A D | cola.h | 198 void straighten(std::vector<straightener::Edge*>&, Dim);
|
H A D | cola.cpp | 221 void ConstrainedMajorizationLayout::straighten(std::vector<straightener::Edge*>& sedges, Dim dim) {
|
Completed in 23 milliseconds