Home
last modified time | relevance | path

Searched refs:applyRotation (Results 1 – 25 of 58) sorted by relevance

123

/dports/astro/siril/siril/src/filters/
H A Dbanding.c50 banding_args->protect_highlights, banding_args->applyRotation); in banding_image_hook()
125 …BandingEngine(args->fit, args->sigma, args->amount, args->protect_highlights, args->applyRotation); in BandingEngineThreaded()
134 …hort(fits *fit, double sigma, double amount, gboolean protect_highlights, gboolean applyRotation) { in BandingEngine_ushort() argument
141 if (applyRotation) { in BandingEngine_ushort()
208 if ((!ret) && applyRotation) { in BandingEngine_ushort()
223 if (applyRotation) { in BandingEngine_float()
289 if ((!ret) && applyRotation) { in BandingEngine_float()
297 …gine(fits *fit, double sigma, double amount, gboolean protect_highlights, gboolean applyRotation) { in BandingEngine() argument
299 return BandingEngine_float(fit, sigma, amount, protect_highlights, applyRotation); in BandingEngine()
301 return BandingEngine_ushort(fit, sigma, amount, protect_highlights, applyRotation); in BandingEngine()
[all …]
H A Dbanding.h12 gboolean applyRotation; member
18 …ngine(fits *fit, double sigma, double amount, gboolean protect_highlights, gboolean applyRotation);
/dports/graphics/xournalpp/xournalpp-1.1.0/src/undo/
H A DRotateUndoAction.cpp22 applyRotation(-this->rotation); in undo()
28 applyRotation(this->rotation); in redo()
33 void RotateUndoAction::applyRotation(double rotation) { in applyRotation() function in RotateUndoAction
H A DRotateUndoAction.h27 void applyRotation(double rotation);
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DParallelTexCoordSystem.cpp40 applyRotation(normal, attribs.rotation()); in ParallelTexCoordSystem()
74 applyRotation(normal, static_cast<FloatType>(angle)); in doResetTextureAxesToParaxial()
79 applyRotation(normal, static_cast<FloatType>(angle)); in doResetTextureAxesToParallel()
96 applyRotation(normal, angle); in doSetRotation()
99 void ParallelTexCoordSystem::applyRotation(const Vec3& normal, const FloatType angle) { in applyRotation() function in TrenchBroom::Model::ParallelTexCoordSystem
H A DEntity.cpp78 void Entity::applyRotation(const Mat4x4& transformation) { in applyRotation() function in TrenchBroom::Model::Entity
79 EntityRotationPolicy::applyRotation(this, transformation); in applyRotation()
296 applyRotation(stripTranslation(transformation)); in doTransform()
H A DEntityRotationPolicy.h44 static void applyRotation(Entity* entity, const Mat4x4& transformation);
H A DParallelTexCoordSystem.h68 void applyRotation(const Vec3& normal, FloatType angle);
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/fix_orientation/
H A DOptionsWidget.cpp85 m_settings->applyRotation(pages, m_rotation); in appliedTo()
97 m_settings->applyRotation(pages, m_rotation); in appliedToAllPages()
109 m_settings->applyRotation(m_pageId.imageId(), rotation); in setRotation()
H A DSettings.h46 void applyRotation(const ImageId& image_id, OrthogonalRotation rotation);
48 void applyRotation(const std::set<PageId>& pages, OrthogonalRotation rotation);
H A DSettings.cpp48 void Settings::applyRotation(const ImageId& image_id, const OrthogonalRotation rotation) { in applyRotation() function in fix_orientation::Settings
53 void Settings::applyRotation(const std::set<PageId>& pages, const OrthogonalRotation rotation) { in applyRotation() function in fix_orientation::Settings
H A DFilter.cpp109 m_settings->applyRotation(image_id, rotation); in loadSettings()
147 m_settings->applyRotation(page_info.id().imageId(), fixOrientationParams.getImageRotation()); in loadDefaultSettings()
/dports/science/tfel-edf/tfel-3.2.1/mtest/src/
H A DGenericBehaviour.cxx36 static void applyRotation(real* const v, in applyRotation() function
74 static void applyRotation(real* const v, in applyRotation() function
290 applyRotation(d.s0.gradients, this->dvtypes, this->getHypothesis(), s.r); in call_behaviour()
291 applyRotation(d.s1.gradients, this->dvtypes, this->getHypothesis(), s.r); in call_behaviour()
292 applyRotation(d.s0.thermodynamic_forces, this->thtypes, in call_behaviour()
345 applyRotation(&(wk.D(0, 0)), this->dvtypes, this->thtypes, in call_behaviour()
362 applyRotation(d.s1.thermodynamic_forces, this->thtypes, in call_behaviour()
/dports/misc/tvm/incubator-tvm-0.6.1/apps/android_deploy/app/src/main/java/org/apache/tvm/android/demo/
H A DMainActivity.java587 final int applyRotation, in getTransformationMatrix() argument
591 if (applyRotation != 0) { in getTransformationMatrix()
592 if (applyRotation % 90 != 0) { in getTransformationMatrix()
593 Log.w(TAG, "Rotation of %d % 90 != 0 " + applyRotation); in getTransformationMatrix()
600 matrix.postRotate(applyRotation); in getTransformationMatrix()
605 final boolean transpose = (Math.abs(applyRotation) + 90) % 180 == 0; in getTransformationMatrix()
626 if (applyRotation != 0) { in getTransformationMatrix()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/apps/android_deploy/app/src/main/java/org/apache/tvm/android/demo/
H A DMainActivity.java587 final int applyRotation, in getTransformationMatrix() argument
591 if (applyRotation != 0) { in getTransformationMatrix()
592 if (applyRotation % 90 != 0) { in getTransformationMatrix()
593 Log.w(TAG, "Rotation of %d % 90 != 0 " + applyRotation); in getTransformationMatrix()
600 matrix.postRotate(applyRotation); in getTransformationMatrix()
605 final boolean transpose = (Math.abs(applyRotation) + 90) % 180 == 0; in getTransformationMatrix()
626 if (applyRotation != 0) { in getTransformationMatrix()
/dports/misc/py-tvm/incubator-tvm-0.6.1/apps/android_deploy/app/src/main/java/org/apache/tvm/android/demo/
H A DMainActivity.java587 final int applyRotation, in getTransformationMatrix() argument
591 if (applyRotation != 0) { in getTransformationMatrix()
592 if (applyRotation % 90 != 0) { in getTransformationMatrix()
593 Log.w(TAG, "Rotation of %d % 90 != 0 " + applyRotation); in getTransformationMatrix()
600 matrix.postRotate(applyRotation); in getTransformationMatrix()
605 final boolean transpose = (Math.abs(applyRotation) + 90) % 180 == 0; in getTransformationMatrix()
626 if (applyRotation != 0) { in getTransformationMatrix()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/apps/android_camera/app/src/main/java/org/apache/tvm/android/androidcamerademo/
H A DCamera2BasicFragment.java129 final int applyRotation, in getTransformationMatrix() argument
133 if (applyRotation != 0) { in getTransformationMatrix()
134 if (applyRotation % 90 != 0) { in getTransformationMatrix()
135 Log.w(TAG, "Rotation of %d % 90 != 0 " + applyRotation); in getTransformationMatrix()
142 matrix.postRotate(applyRotation); in getTransformationMatrix()
147 final boolean transpose = (Math.abs(applyRotation) + 90) % 180 == 0; in getTransformationMatrix()
168 if (applyRotation != 0) { in getTransformationMatrix()
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgsmaptoolrotatefeature.cpp344 applyRotation( mRotation ); in cadCanvasReleaseEvent()
379 void QgsMapToolRotateFeature::applyRotation( double rotation ) in applyRotation() function in QgsMapToolRotateFeature
490 …dget, &QgsAngleMagnetWidget::angleEditingFinished, this, &QgsMapToolRotateFeature::applyRotation ); in createRotationWidget()
499 …dget, &QgsAngleMagnetWidget::angleEditingFinished, this, &QgsMapToolRotateFeature::applyRotation ); in deleteRotationWidget()
H A Dqgsmaptoolrotatefeature.h91 void applyRotation( double rotation );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgsmaptoolrotatefeature.cpp342 applyRotation( mRotation ); in cadCanvasReleaseEvent()
378 void QgsMapToolRotateFeature::applyRotation( double rotation ) in applyRotation() function in QgsMapToolRotateFeature
489 …dget, &QgsAngleMagnetWidget::angleEditingFinished, this, &QgsMapToolRotateFeature::applyRotation ); in createRotationWidget()
498 …dget, &QgsAngleMagnetWidget::angleEditingFinished, this, &QgsMapToolRotateFeature::applyRotation ); in deleteRotationWidget()
H A Dqgsmaptoolrotatefeature.h91 void applyRotation( double rotation );
/dports/misc/morse/morse-1.4-154-g53f9eaa8/src/morse/blender/
H A Dview_camera.py187 camera.applyRotation( [0.0, 0.0, leftRight], 0 )
188 camera.applyRotation( [upDown, 0.0, 0.0], 1 )
/dports/misc/morse/morse-1.4-154-g53f9eaa8/src/morse/actuators/
H A Dptu.py233 self._pan_base.applyRotation([0.0, 0.0, rz], True)
234 self._tilt_base.applyRotation([0.0, ry, 0.0], True)
/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_mode_rotate.c195 static void applyRotation(TransInfo *t, const int UNUSED(mval[2])) in applyRotation() function
238 t->transform = applyRotation; in initRotation()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DRotateObjectsTool.h68 void applyRotation(const Vec3& center, const Vec3& axis, FloatType angle);

123