Home
last modified time | relevance | path

Searched refs:selectedKnob (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/cenon/Cenon/GraphicObjects.subproj/
H A DClipRectangle.h43 int selectedKnob; /* index of the selected knob (0 - 3 or -1) */ variable
H A DVLine.h39 int selectedKnob; // index of the selected knob (0 - 3 or -1) variable
H A DVRectangle.h46 int selectedKnob; // index of the selected knob (0 - 3 or -1) variable
H A DVImage.h64 int selectedKnob; // index of the selected knob (0 - 3 or -1) variable
H A DVPolyLine.h41 int selectedKnob; // index of the selected knob (0 - 3 or -1) variable
H A DVCurve.h51 int selectedKnob; // index of the selected knob (0 - 3 or -1) variable
H A DVArc.h46 int selectedKnob; // index of the selected knob (0 - 3 or -1) variable
H A DClipRectangle.m62 selectedKnob = -1;
212 return selectedKnob;
221 selectedKnob = -1;
453 selectedKnob = i;
H A DVLine.m96 selectedKnob = -1;
544 return selectedKnob;
553 selectedKnob = -1;
847 …if ((selectedKnob < 0 || selectedKnob == 1) && !NSIsEmptyRect(NSIntersectionRect(hitRect , knobRec…
849 //selectedKnob = 0;
855 if (selectedKnob <= 0 && !NSIsEmptyRect(NSIntersectionRect(hitRect , knobRect)))
857 //selectedKnob = 1;
880 selectedKnob = i;
H A DVGraphic.m135 static void drawKnob( NSPoint origin, BOOL direct, BOOL selectedKnob, float scaleFactor )
138 …float knobsize = (selectedKnob) ? KNOBSIZE+3.0 : KNOBSIZE+1; // 2008-02-25: was: KNOBSIZE+2.0 : K…
161 static void drawControl( NSPoint origin, BOOL direct, BOOL selectedKnob, float scaleFactor )
164 float knobsize = (selectedKnob) ? KNOBSIZE+2.0 : KNOBSIZE;
H A DVPolyLine.m190 selectedKnob = -1;
798 selectedKnob = splitI+1;
829 selectedKnob = pt_num;
868 if ( selectedKnob == pt_num )
869 selectedKnob = -1;
977 return selectedKnob;
986 selectedKnob = -1;
1469 * do not snap to selectedKnob and dont change the selectedKnob (hitControl does it)
1495 if ( i != selectedKnob && !NSIsEmptyRect(NSIntersectionRect(hitRect , knobRect)) )
1534 selectedKnob = i;
[all …]
H A DVCurve.m509 selectedKnob = -1;
2101 return selectedKnob;
2110 selectedKnob = -1;
2535 …if (selectedKnob != 0 && selectedKnob != 1 && !NSIsEmptyRect(NSIntersectionRect(hitRect , knobRect…
2541 …if (selectedKnob != 1 && selectedKnob != 0 && !NSIsEmptyRect(NSIntersectionRect(hitRect , knobRect…
2547 …if (selectedKnob != 2 && selectedKnob != 3 && !NSIsEmptyRect(NSIntersectionRect(hitRect , knobRect…
2553 …if (selectedKnob != 3 && selectedKnob != 2 && !NSIsEmptyRect(NSIntersectionRect(hitRect , knobRect…
2591 selectedKnob = *pt_num;
H A DVImage.m288 selectedKnob = -1;
510 return selectedKnob;
518 selectedKnob = -1;
1598 //selectedKnob = i;
1622 selectedKnob = i;
H A DVRectangle.m116 selectedKnob = -1;
515 return selectedKnob;
524 selectedKnob = -1;
1049 if (selectedKnob != i && !NSIsEmptyRect(NSIntersectionRect(hitRect , knobRect)))
1074 selectedKnob = i;
H A DVArc.m225 selectedKnob = -1;
2314 return selectedKnob;
2462 selectedKnob = -1;
3119 if (selectedKnob != i && !NSIsEmptyRect(NSIntersectionRect(hitRect , knobRect)))
3145 selectedKnob = i; // needed for movePoint:to in VPath ?