Home
last modified time | relevance | path

Searched refs:setTransformation (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppcanvas/source/wrapper/
H A Dimplspritecanvas.cxx39 …void ImplSpriteCanvas::TransformationArbiter::setTransformation( const ::basegfx::B2DHomMatrix& rV… in setTransformation() function in cppcanvas::internal::ImplSpriteCanvas::TransformationArbiter
62 mpTransformArbiter->setTransformation( getTransformation() ); in ImplSpriteCanvas()
69 void ImplSpriteCanvas::setTransformation( const ::basegfx::B2DHomMatrix& rMatrix ) in setTransformation() function in cppcanvas::internal::ImplSpriteCanvas
71 mpTransformArbiter->setTransformation( rMatrix ); in setTransformation()
73 ImplCanvas::setTransformation( rMatrix ); in setTransformation()
H A Dimplspritecanvas.hxx42 …virtual void setTransformation( const ::basegfx::B2DHomMatrix& rMatrix ) overri…
66 … void setTransformation( const ::basegfx::B2DHomMatrix& rViewTransform );
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppcanvas/source/wrapper/
H A Dimplspritecanvas.cxx37 …void ImplSpriteCanvas::TransformationArbiter::setTransformation( const ::basegfx::B2DHomMatrix& rV… in setTransformation() function in cppcanvas::internal::ImplSpriteCanvas::TransformationArbiter
60 mpTransformArbiter->setTransformation( getTransformation() ); in ImplSpriteCanvas()
67 void ImplSpriteCanvas::setTransformation( const ::basegfx::B2DHomMatrix& rMatrix ) in setTransformation() function in cppcanvas::internal::ImplSpriteCanvas
69 mpTransformArbiter->setTransformation( rMatrix ); in setTransformation()
71 ImplCanvas::setTransformation( rMatrix ); in setTransformation()
H A Dimplspritecanvas.hxx39 …virtual void setTransformation( const ::basegfx::B2DHomMatrix& rMatrix ) overri…
63 … void setTransformation( const ::basegfx::B2DHomMatrix& rViewTransform );
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qtransformedscreen/
H A Dtst_qtransformedscreen.cpp74 void setTransformation();
120 void tst_QTransformedScreen::setTransformation() in setTransformation() function in tst_QTransformedScreen
125 screen->setTransformation(QTransformedScreen::None); in setTransformation()
134 screen->setTransformation(transformation); in setTransformation()
165 QWSDisplay::instance()->setTransformation(i, screen); in qwsDisplay_setTransformation()
181 QWSDisplay::instance()->setTransformation(i, screen); in qwsDisplay_setTransformation()
/dports/x11-toolkits/qwt6/qwt-6.1.6/playground/scaleengine/
H A Dplot.cpp14 setTransformation( new QwtNullTransform() ); in Plot()
49 void Plot::setTransformation( QwtTransform *transform ) in setTransformation() function in Plot
52 scaleEngine->setTransformation( transform ); in setTransformation()
H A Dmainwindow.cpp114 d_plot->setTransformation( new QwtPowerTransform( 3.0 ) ); in MainWindow()
119 d_plot, SLOT( setTransformation( QwtTransform * ) ) ); in MainWindow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/transitions/
H A Dcombtransition.cxx135 pCanvas->setTransformation(basegfx::utils::createTranslateB2DHomMatrix(p.getX(), p.getY())); in renderComb()
142 pCanvas->setTransformation(basegfx::utils::createTranslateB2DHomMatrix(p.getX(), p.getY())); in renderComb()
153 pCanvas->setTransformation(basegfx::utils::createTranslateB2DHomMatrix(p.getX(), p.getY())); in renderComb()
160 pCanvas->setTransformation(basegfx::utils::createTranslateB2DHomMatrix(p.getX(), p.getY())); in renderComb()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/transitions/
H A Dcombtransition.cxx138 pCanvas->setTransformation(basegfx::utils::createTranslateB2DHomMatrix(p.getX(), p.getY())); in renderComb()
145 pCanvas->setTransformation(basegfx::utils::createTranslateB2DHomMatrix(p.getX(), p.getY())); in renderComb()
156 pCanvas->setTransformation(basegfx::utils::createTranslateB2DHomMatrix(p.getX(), p.getY())); in renderComb()
163 pCanvas->setTransformation(basegfx::utils::createTranslateB2DHomMatrix(p.getX(), p.getY())); in renderComb()
/dports/x11-toolkits/qwt6/qwt-6.1.6/examples/animation/
H A Dplot.cpp14 void setTransformation( const QTransform &transform ) in setTransformation() function in Curve
56 setTransformation( transform ); in Curve1()
122 setTransformation( transform ); in Curve3()
156 setTransformation( transform ); in Curve4()
/dports/graphics/krita/krita-4.4.8/libs/flake/
H A DKoSelection.cpp117 setTransformation(shape->absoluteTransformation()); in select()
119 setTransformation(QTransform()); in select()
134 setTransformation(d->selectedShapes.first()->absoluteTransformation()); in deselect()
151 setTransformation(QTransform()); in deselectAll()
/dports/editors/calligra/calligra-3.2.1/plugins/defaultTools/defaulttool/
H A DSelectionTransformCommand.cpp43 m_selection->setTransformation( m_newTransformation ); in redo()
56 m_selection->setTransformation( m_oldTransformation ); in undo()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/filters/include/pcl/filters/impl/
H A Dbox_clipper3D.hpp51 setTransformation (rodrigues, translation, box_size); in BoxClipper3D()
62 pcl::BoxClipper3D<PointT>::setTransformation (const Eigen::Affine3f& transformation) in setTransformation() function in pcl::BoxClipper3D
70 pcl::BoxClipper3D<PointT>::setTransformation (const Eigen::Vector3f& rodrigues, const Eigen::Vector… in setTransformation() function in pcl::BoxClipper3D
/dports/graphics/magnum-examples/magnum-examples-2019.10/src/shadows/
H A DShadowsExample.cpp144 ground->setTransformation(Matrix4::scaling({100,1,100}));
149 object->setTransformation(Matrix4::translation({
160 _mainCameraObject.setTransformation(Matrix4::translation(Vector3::yAxis(3.0f)));
165 _debugCameraObject.setTransformation(Matrix4::lookAt(
171 _shadowLightObject.setTransformation(Matrix4::lookAt(
226 _activeCameraObject->setTransformation(transform); in drawEvent()
320 _activeCameraObject->setTransformation(Matrix4::lookAt(transform.translation(), in mouseMoveEvent()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/
H A DOrbitManipulator.cpp97 void OrbitManipulator::setTransformation( const osg::Vec3d& eye, const osg::Quat& rotation ) in setTransformation() function in OrbitManipulator
117 void OrbitManipulator::setTransformation( const osg::Vec3d& eye, const osg::Vec3d& center, const os… in setTransformation() function in OrbitManipulator
163 setTransformation( _center + dir, _center, localUp ); in setHeading()
197 setTransformation( _center + dir, _center, localUp ); in setElevation()
342 setTransformation( prevEye, newCenter, prevUp ); in applyAnimationStep()
362 setTransformation( prevEye, prevCenter, prevUp ); in startAnimationByMousePointerIntersection()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/
H A DOrbitManipulator.cpp98 void OrbitManipulator::setTransformation( const osg::Vec3d& eye, const osg::Quat& rotation ) in setTransformation() function in OrbitManipulator
118 void OrbitManipulator::setTransformation( const osg::Vec3d& eye, const osg::Vec3d& center, const os… in setTransformation() function in OrbitManipulator
164 setTransformation( _center + dir, _center, localUp ); in setHeading()
198 setTransformation( _center + dir, _center, localUp ); in setElevation()
343 setTransformation( prevEye, newCenter, prevUp ); in applyAnimationStep()
363 setTransformation( prevEye, prevCenter, prevUp ); in startAnimationByMousePointerIntersection()
/dports/editors/calligra/calligra-3.2.1/libs/flake/commands/
H A DKoShapeTransformCommand.cpp61 shape->setTransformation(d->newState[i]); in redo()
74 shape->setTransformation(d->oldState[i]); in undo()
/dports/cad/cura/Cura-58bae31/cura/Operations/
H A DSetParentOperation.py56 … self._node.setTransformation(parent_transformation.multiply(child_transformation))
61 self._node.setTransformation(result)
/dports/devel/love07/love-HEAD/src/modules/graphics/opengl/
H A DSpriteBatch.cpp118 t.setTransformation(x, y, a, sx, sy, ox, oy); in add()
141 t.setTransformation(x, y, a, sx, sy, ox, oy); in addq()
188 t.setTransformation(x, y, angle, sx, sy, ox, oy); in draw()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/filters/include/pcl/filters/
H A Dbox_clipper3D.h80 void setTransformation (const Eigen::Affine3f& transformation);
88 …void setTransformation (const Eigen::Vector3f& rodrigues, const Eigen::Vector3f& translation, cons…
/dports/editors/calligra/calligra-3.2.1/libs/flake/
H A DKoSelection.cpp164 setTransformation(shape->absoluteTransformation(0)); in select()
171 setTransformation(QTransform()); in select()
216 setTransformation(firstSelectedShape()->absoluteTransformation(0)); in deselect()
227 setTransformation(QTransform()); in deselectAll()
/dports/graphics/krita/krita-4.4.8/libs/flake/commands/
H A DKoShapeTransformCommand.cpp63 shape->setTransformation(d->newState[i]); in redo()
76 shape->setTransformation(d->oldState[i]); in undo()
/dports/cad/uranium/Uranium-3ed9c4de/UM/Operations/
H A DSetTransformOperation.py63 self._node.setTransformation(self._old_transformation)
68 self._node.setTransformation(self._new_transformation)
/dports/cad/cura/Cura-58bae31/plugins/3MFReader/
H A DThreeMFReader.py119 um_node.setTransformation(transformation)
182 child_node.setTransformation(parent_transformation.multiply(child_transformation))
218 um_node.setTransformation(transform_matrix)
246 … um_node.setTransformation(um_node.getLocalTransformation().preMultiply(transformation_matrix))
/dports/devel/libunit/unit-1.26.1/src/java/nginx/unit/websocket/server/
H A DWsRemoteEndpointImplServer.java101 protected void setTransformation(Transformation transformation) { in setTransformation() method in WsRemoteEndpointImplServer
103 super.setTransformation(transformation); in setTransformation()

12345678910>>...17