Home
last modified time | relevance | path

Searched refs:dxrot (Results 1 – 7 of 7) sorted by relevance

/dports/comms/qt5-sensors/kde-qtsensors-5.15.2p2/src/plugins/sensors/generic/
H A Dgenerictiltsensor.cpp137 qreal dxrot = qRadiansToDegrees(xrot) - xRotation; in filter() local
139 if (dxrot < 0) dxrot = -dxrot; in filter()
143 if (dxrot >= qRadiansToDegrees(radAccuracy) || !sensor()->skipDuplicates()) { in filter()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Transform/
H A DTransform.cpp337 double dxrot = newCenter.x - center.x; in resetCenter() local
340 dRot.x = dxrot; in resetCenter()
351 newTranslate.x = translate.x + dx - dxrot; in resetCenter()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OCL/
H A DofxsTransformInteractCustom.cpp934 double dxrot, dyrot; in penMotion() local
936 dxrot = dx; in penMotion()
951 dxrot = dRot.x; in penMotion()
954 double newx = currentCenter.x + dxrot; in penMotion()
969 dxrot = newx - currentCenter.x; in penMotion()
972 dRot.x = dxrot; in penMotion()
983 newTranslation.x = translate.x + dx - dxrot; in penMotion()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsTransformInteract.cpp1214 double dxrot, dyrot; in penMotion() local
1216 dxrot = dx; in penMotion()
1231 dxrot = dRot.x; in penMotion()
1234 double newx = currentCenter.x + dxrot; in penMotion()
1249 dxrot = newx - currentCenter.x; in penMotion()
1252 dRot.x = dxrot; in penMotion()
1263 newTranslation.x = translate.x + dx - dxrot; in penMotion()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsTransformInteract.cpp1214 double dxrot, dyrot; in penMotion() local
1216 dxrot = dx; in penMotion()
1231 dxrot = dRot.x; in penMotion()
1234 double newx = currentCenter.x + dxrot; in penMotion()
1249 dxrot = newx - currentCenter.x; in penMotion()
1252 dRot.x = dxrot; in penMotion()
1263 newTranslation.x = translate.x + dx - dxrot; in penMotion()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/GodRays/
H A DGodRays.cpp779 double dxrot = newCenter.x - center.x; in resetCenter() local
782 dRot.x = dxrot; in resetCenter()
793 newTranslate.x = translate.x + dx - dxrot; in resetCenter()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/SeExpr/
H A DSeNoise.cpp1127 double dxrot = newCenter.x - center.x; in resetCenter() local
1130 dRot.x = dxrot; in resetCenter()
1141 newTranslate.x = translate.x + dx - dxrot; in resetCenter()