Home
last modified time | relevance | path

Searched refs:_rotate (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/dports/games/pipewalker/pipewalker-0.9.4/src/
H A Dcell.cpp210 _rotate.twice = true; in rotate()
221 _rotate.direction = !_rotate.direction; in rotate()
222 _rotate.twice = false; in rotate()
225 _rotate.need_angle = _rotate.init_angle; in rotate()
226 _rotate.init_angle += (_rotate.direction ? 90.0f : -90.0f); in rotate()
230 _rotate.direction = dir; in rotate()
232 _rotate.twice = false; in rotate()
234 _rotate.need_angle = _angle + (_rotate.direction ? -90.0f : 90.0f); in rotate()
243 _rotate.direction = dir; in rotate_still()
266 if (!_rotate.twice) in calculate_state()
[all …]
H A Dcell.h196 inline bool rotation_in_progress() const { return _rotate.start_time != 0; } in rotation_in_progress()
236 } _rotate; variable
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/brush/
H A DTexDef.cpp11 _rotate = 0; in TexDef()
21 _rotate = other._rotate; in TexDef()
32 _rotate = static_cast<float> (-radians_to_degrees(arctangent_yx(-transform[4], transform[0]))); in TexDef()
34 if (_rotate == -180.0f) { in TexDef()
35 _rotate = 180.0f; in TexDef()
43 if (_rotate >= 180.0f) { in TexDef()
44 _rotate -= 180.0f; in TexDef()
66 _rotate += angle; in rotate()
67 _rotate = static_cast<float> (float_to_integer(_rotate) % 360); in rotate()
99 double c = cos(degrees_to_radians(-_rotate)); in getTransform()
[all …]
H A DTextureProjection.cpp21 m_texdef._rotate = 0; in constructDefault()
113 m_texdef._rotate -= 180; in flipTexture()
119 m_texdef._rotate -= 180; in flipTexture()
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBveApi/Objects/
H A DObjectState.cs16 private Matrix4D _rotate; field in OpenBveApi.Objects.ObjectState
53 return _rotate;
57 _rotate = value;
77 modelMatrix = _scale * _rotate * _translation;
100 _rotate = Matrix4D.Identity; in ObjectState()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/client/
H A Dclpolymover.cpp41 mover->_rotate = rotating; in newThinker()
59 , _rotate ( rotating) in ClPolyMover()
95 if (_rotate) in think()
110 _rotate = false; in think()
122 if (!_move && !_rotate) in think()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/tests/storage/
H A Dtest_event_push_actions.py93 def _rotate(stream): function
114 _rotate(2)
119 _rotate(4)
130 _rotate(7)
145 _rotate(9)
147 _rotate(10)
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mobile/Android/app/src/main/java/org/geuz/onelab/
H A DmGLSurfaceView.java18 private boolean _rotate; field in mGLSurfaceView
74 if(_rotate) in onScroll()
97 public boolean getRotate() { return _rotate; } in getRotate()
98 public void setRotate(boolean r) { _rotate = r; } in setRotate()
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DunitTestGLDrawing.cpp229 _rotate[0] = _rotate[1] = 0; in HdSt_UnitTestGLDrawing()
337 _rotate[1] += dx; in MouseMove()
338 _rotate[0] += dy; in MouseMove()
364 viewMatrix *= GfMatrix4d().SetRotate(GfRotation(GfVec3d(0, 1, 0), _rotate[1])); in GetViewMatrix()
365 viewMatrix *= GfMatrix4d().SetRotate(GfRotation(GfVec3d(1, 0, 0), _rotate[0])); in GetViewMatrix()
H A DunitTestGLDrawing.h86 _rotate[0] = rx; _rotate[1] = ry; in SetCameraRotate()
105 float _rotate[2]; variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/logging/
H A DlogDiagnosticCommand.cpp38 _rotate("rotate", "Rotates all logs.", "BOOLEAN", false) { in LogDiagnosticCommand()
45 _dcmdparser.add_dcmd_option(&_rotate); in LogDiagnosticCommand()
87 if (_rotate.has_value()) { in execute()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/logging/
H A DlogDiagnosticCommand.cpp38 _rotate("rotate", "Rotates all logs.", "BOOLEAN", false) { in LogDiagnosticCommand()
45 _dcmdparser.add_dcmd_option(&_rotate); in LogDiagnosticCommand()
87 if (_rotate.has_value()) { in execute()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/logging/
H A DlogDiagnosticCommand.cpp38 _rotate("rotate", "Rotates all logs.", "BOOLEAN", false) { in LogDiagnosticCommand()
45 _dcmdparser.add_dcmd_option(&_rotate); in LogDiagnosticCommand()
87 if (_rotate.has_value()) { in execute()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/logging/
H A DlogDiagnosticCommand.cpp38 _rotate("rotate", "Rotates all logs.", "BOOLEAN", false) { in LogDiagnosticCommand()
45 _dcmdparser.add_dcmd_option(&_rotate); in LogDiagnosticCommand()
87 if (_rotate.has_value()) { in execute()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/logging/
H A DlogDiagnosticCommand.cpp38 _rotate("rotate", "Rotates all logs.", "BOOLEAN", false) { in LogDiagnosticCommand()
45 _dcmdparser.add_dcmd_option(&_rotate); in LogDiagnosticCommand()
87 if (_rotate.has_value()) { in execute()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/logging/
H A DlogDiagnosticCommand.cpp38 _rotate("rotate", "Rotates all logs.", "BOOLEAN", false) { in LogDiagnosticCommand()
45 _dcmdparser.add_dcmd_option(&_rotate); in LogDiagnosticCommand()
87 if (_rotate.has_value()) { in execute()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/logging/
H A DlogDiagnosticCommand.cpp38 _rotate("rotate", "Rotates all logs.", "BOOLEAN", false) { in LogDiagnosticCommand()
45 _dcmdparser.add_dcmd_option(&_rotate); in LogDiagnosticCommand()
87 if (_rotate.has_value()) { in execute()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/logging/
H A DlogDiagnosticCommand.cpp38 _rotate("rotate", "Rotates all logs.", "BOOLEAN", false) { in LogDiagnosticCommand()
45 _dcmdparser.add_dcmd_option(&_rotate); in LogDiagnosticCommand()
87 if (_rotate.has_value()) { in execute()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Transform/
H A DTransform.cpp69 , _rotate(NULL) in TransformPlugin()
88 _rotate = fetchDoubleParam(kParamTransformRotateOld); in TransformPlugin()
100 …assert(_translate && _rotate && _scale && _scaleUniform && _skewX && _skewY && _skewOrder && _cent… in TransformPlugin()
127 DoubleParam* _rotate; member in TransformPlugin
168 if (_rotate) { in isIdentity()
169 _rotate->getValueAtTime(time, rotate); in isIdentity()
213 if (_rotate) { in getInverseTransformCanonical()
214 rotate = _rotate->getValueAtTime(time); in getInverseTransformCanonical()
288 if (_rotate) { in resetCenter()
289 _rotate->getValueAtTime(time, currentRotation); in resetCenter()
/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImagingGL/testenv/
H A DtestUsdImagingGLBasicDrawing.cpp69 _rotate[0] = _rotate[1] = 0; in My_TestGLDrawing()
87 float _rotate[2]; member in My_TestGLDrawing
238 viewMatrix *= GfMatrix4d().SetRotate(GfRotation(GfVec3d(0, 1, 0), _rotate[0])); in DrawTest()
239 viewMatrix *= GfMatrix4d().SetRotate(GfRotation(GfVec3d(1, 0, 0), _rotate[1])); in DrawTest()
414 _rotate[0] += dx; in MouseMove()
415 _rotate[1] += dy; in MouseMove()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/ColorWheel/
H A DColorWheel.cpp108 double _rotate; member in ColorWheelProcessorBase
121 , _rotate(0.) in ColorWheelProcessorBase()
142 _rotate = rotate - 360 * std::floor(rotate / 360.); // bring rotate between 0 and 360 in setValues()
292 hue += _rotate / 360; in multiThreadProcessImages()
349 , _rotate(NULL) in ColorWheelPlugin()
358 _rotate = fetchDoubleParam(kParamRotate); in ColorWheelPlugin()
359 … assert(_centerSaturation && _edgeSaturation && _centerValue && _edgeValue && _gamma && _rotate); in ColorWheelPlugin()
379 DoubleParam* _rotate; member in ColorWheelPlugin
429 double rotate = _rotate->getValueAtTime(time); in setupAndProcess()
/dports/cad/uranium/Uranium-3ed9c4de/plugins/Tools/CameraTool/
H A DCameraTool.py36 self._rotate = False
221 self._rotate = True
226 if self._rotate or self._move:
231 if self._rotate:
241 if self._rotate or self._move:
242 self._rotate = False
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Ddesktop.h501 _rotate = rotate; in setRotate()
505 _rotate = Geom::Rotate( rotate ); in setRotate()
509 _rotate *= rotate; in addRotate()
513 _rotate *= Geom::Rotate( rotate ); in addRotate()
547 return _rotate.angle(); in getRotation()
562 _d2w = _scale * _rotate * _flip; in _update()
567 Geom::Rotate _rotate; // Rotate part of _w2d variable
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OCL/
H A DofxsTransformInteractCustom.cpp219 , _rotate(0) in TransformInteractCustomHelper()
259 if (_rotate) { in TransformInteractCustomHelper()
260 _interact->addParamToSlaveTo(_rotate); in TransformInteractCustomHelper()
569 if (_rotate) { in draw()
570 _rotate->getValueAtTime(time, rotate); in draw()
741 if (_rotate) { in penMotion()
742 _rotate->getValueAtTime(time, rotate); in penMotion()
1033 _rotate->setValue(rotate); in penMotion()
1075 if (_rotate) { in penDown()
1202 if (_rotate) { in penUp()
[all …]
/dports/devel/p5-SVN-Hooks/SVN-Hooks-1.34/lib/SVN/Hooks/
H A DUpdateConfFile.pm147 _rotate($to, $conf->{rotate}) if $conf->{rotate};
177 _rotate($to, $rotate);
253 sub _rotate { subroutine

12345678910>>...13