Home
last modified time | relevance | path

Searched refs:rotateChanged (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DDisplayState.cc139 tileMap->rotateChanged(); in setRotate()
140 tileCompositor->rotateChanged(); in setRotate()
H A DTileCompositor.h49 void rotateChanged();
H A DTileMap.h172 void rotateChanged();
H A DTileCompositor.cc205 void TileCompositor::rotateChanged() { in rotateChanged() function in TileCompositor
H A DTileMap.cc1293 void TileMap::rotateChanged() { in rotateChanged() function in TileMap
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DDisplayState.cc139 tileMap->rotateChanged(); in setRotate()
140 tileCompositor->rotateChanged(); in setRotate()
H A DTileCompositor.h49 void rotateChanged();
H A DTileMap.h172 void rotateChanged();
H A DTileCompositor.cc205 void TileCompositor::rotateChanged() { in rotateChanged() function in TileCompositor
H A DTileMap.cc1293 void TileMap::rotateChanged() { in rotateChanged() function in TileMap
/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Dqmathgl.h164 void rotateChanged(bool); ///< Rotation changed (by toolbar)
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsTransformInteract.cpp1033 bool rotateChanged = false; in penMotion() local
1286 rotateChanged = true; in penMotion()
1317 …bool valuesChanged = (centerChanged || translateChanged || scaleChanged || rotateChanged || skewXC… in penMotion()
1321 …bool editBlock = (centerChanged + translateChanged + scaleChanged + rotateChanged + skewXChanged +… in penMotion()
1334 if (rotateChanged) { in penMotion()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsTransformInteract.cpp1033 bool rotateChanged = false; in penMotion() local
1286 rotateChanged = true; in penMotion()
1317 …bool valuesChanged = (centerChanged || translateChanged || scaleChanged || rotateChanged || skewXC… in penMotion()
1321 …bool editBlock = (centerChanged + translateChanged + scaleChanged + rotateChanged + skewXChanged +… in penMotion()
1334 if (rotateChanged) { in penMotion()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OCL/
H A DofxsTransformInteractCustom.cpp760 bool rotateChanged = false; in penMotion() local
1006 rotateChanged = true; in penMotion()
1018 bool valuesChanged = (centerChanged || translateChanged || scaleChanged || rotateChanged); in penMotion()
1032 if (rotateChanged) { in penMotion()
/dports/math/mathgl/mathgl-2.5/widgets/
H A Dqt.cpp259 { zoom=false; rotate=r; refresh(); emit rotateChanged(r); } in setRotate() local
266 emit zoomChanged(z); emit rotateChanged(false); } in setZoom() local
309 emit zoomChanged(false); emit rotateChanged(false); in restore() local
1130 Wnd->connect(QMGL, SIGNAL(rotateChanged(bool)), a, SLOT(setChecked(bool))); in mglMakeMenu()
/dports/math/mathgl/mathgl-2.5/udav/
H A Dplot_pnl.cpp313 connect(mgl, SIGNAL(rotateChanged(bool)), a, SLOT(setChecked(bool))); in toolTop()
/dports/math/mathgl/mathgl-2.5/texinfo/
H A Dwidget_ru.texi531 @deftypefn {Signal on @code{QMathGL}} @code{void} rotateChanged (@code{bool} val)
H A Dwidget_en.texi533 @deftypefn {Signal on @code{QMathGL}} @code{void} rotateChanged (@code{bool} val)