Searched refs:HORIZONTAL (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/libcola/ |
H A D | straightener.cpp | 141 if(dim==HORIZONTAL) { 161 Node* d=dim==HORIZONTAL? 182 Node* d=dim==HORIZONTAL? 193 double g=dim==HORIZONTAL?(u->width+v->width):(u->height+v->height); 203 if(dim==HORIZONTAL) {
|
H A D | cola.cpp | 211 straighten(*straightenEdges,HORIZONTAL); 271 double b[n],*coords=dim==HORIZONTAL?X:Y,dist_ub,dist_bv; 348 gpX = new GradientProjection(HORIZONTAL,n,Q,X,tol,100,acsx,avoidOverlaps,boundingBoxes,pbcx,scx);
|
H A D | gradient_projection.cpp | 186 if(k==HORIZONTAL) {
|
H A D | gradient_projection.h | 192 enum Dim { HORIZONTAL, VERTICAL }; enumerator in enum:Dim
|
/inkscape/src/ |
H A D | selection.h | 68 enum CompareSize { HORIZONTAL, VERTICAL, AREA }; enumerator in enum:Inkscape::Selection::CompareSize
|
/inkscape/src/ui/dialog/ |
H A D | align-and-distribute.cpp | 143 ? Selection::HORIZONTAL : Selection::VERTICAL;
|
Completed in 313 milliseconds