Home
last modified time | relevance | path

Searched refs:rotationIncrement (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/managers/
H A Dselectionmanager.cpp219 …t QPointF& currentPoint, qreal offsetX, qreal offsetY, qreal rotationOffset, int rotationIncrement) in adjustSelection() argument
258 if (rotationIncrement > 0) { in adjustSelection()
259 mRotatedAngle = constrainRotationToAngle(rotatedAngle, rotationIncrement); in adjustSelection()
270 …ionManager::constrainRotationToAngle(const qreal& rotatedAngle, const int& rotationIncrement) const in constrainRotationToAngle()
272 return qRound(rotatedAngle / rotationIncrement) * rotationIncrement; in constrainRotationToAngle()
H A Dselectionmanager.h70 …PointF& currentPoint, qreal offsetX, qreal offsetY, qreal rotationOffset, int rotationIncrement=0);
126 int constrainRotationToAngle(const qreal& rotatedAngle, const int& rotationIncrement) const;
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/tool/
H A Dmovetool.cpp160 int rotationIncrement = 0; in transformSelection() local
163 rotationIncrement = mRotationIncrement; in transformSelection()
171 …tMan->adjustSelection(getCurrentPoint(), offset.x(), offset.y(), mRotatedAngle, rotationIncrement); in transformSelection()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dstretch.e26 extern int rotationIncrement;
H A Dchoice.c1391 if (rotationIncrement == 0) { in ShowRotateMouseStatus()
1397 FormatAngle(rotationIncrement, tmp_buf); in ShowRotateMouseStatus()
1781 textRotation += delta*rotationIncrement;
H A Dtext.c1255 int saved_rotation_increment=rotationIncrement;
1260 rotationIncrement = textRotation;
1262 rotationIncrement = saved_rotation_increment;
5735 int ltx=0, lty=0, saved_rotation_increment=rotationIncrement;
5751 case ROTATE90: rotationIncrement = (90<<6); break;
5752 case ROTATE180: rotationIncrement = (180<<6); break;
5753 case ROTATE270: rotationIncrement = (270<<6); break;
5756 rotationIncrement = saved_rotation_increment;
H A Dstretch.c68 int rotationIncrement=(45<<6); /* degrees*64 */ variable
4890 double angle_in_radian=((double)(rotationIncrement))*M_PI/180.0/64.0;
4946 double angle_in_radian=((double)(-rotationIncrement))*M_PI/180.0/64.0;
5123 textRotation += rotationIncrement; in RotateClockWise()
5175 textRotation -= rotationIncrement; in RotateCounter()
5268 FormatAngle(rotationIncrement, buf);
5289 rotationIncrement = ival;
5290 FormatAngle(rotationIncrement, buf);
H A Dsetup.c1657 rotationIncrement = (45<<6); /* initially 45 degrees */ in Setup()
1669 rotationIncrement = round(fval); in Setup()
H A Dfile.c1180 stretchableText, textRotation, rotationIncrement,
3156 GETINT("state", rotationIncrement,"Rotation Increment");
3195 GETINT("state", rotationIncrement,"Rotation Increment");
3235 GETINT("state", rotationIncrement,"Rotation Increment");
3332 rotationIncrement = (90<<6);