Searched refs:control (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dseltrans-handles.h50 unsigned int control; member in struct:SPSelTransHandle
H A Dcontext-fns.cpp82 bool const control = state & GDK_CONTROL_MASK; local
88 if (control) {
H A Dseltrans.cpp52 #include "ui/control-manager.h"
661 knots[i]->setPixbuf(handles[hands[i].control]);
1357 bool const control = (state & GDK_CONTROL_MASK); local
1360 if (control) { // constrained to the orthogonal axes
1385 if (control) { // constrained movement with snapping
1397 } else { // !control
1439 if (control) {
/inkscape/src/libnrtype/
H A DFontInstance.cpp146 static int ft2_conic_to(FREETYPE_VECTOR *control, FREETYPE_VECTOR *to, void *i_user) argument
149 Geom::Point p(to->x, to->y), c(control->x, control->y);
432 // The list of points specifies one or more control points and ends with the end point.
433 // The intermediate points (on the curve) are the points between the control points.

Completed in 1791 milliseconds