Searched refs:HORIZONTAL (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/libcola/
H A Dstraightener.cpp141 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 Dcola.cpp211 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 Dgradient_projection.cpp186 if(k==HORIZONTAL) {
H A Dgradient_projection.h192 enum Dim { HORIZONTAL, VERTICAL }; enumerator in enum:Dim
/inkscape/src/
H A Dselection.h68 enum CompareSize { HORIZONTAL, VERTICAL, AREA }; enumerator in enum:Inkscape::Selection::CompareSize
/inkscape/src/ui/dialog/
H A Dalign-and-distribute.cpp143 ? Selection::HORIZONTAL : Selection::VERTICAL;

Completed in 313 milliseconds