Searched refs:RotationType (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebPlugin.h | 162 enum RotationType { enum 169 virtual void rotateView(RotationType type) { } in rotateView()
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | SVD.h | 75 template<typename RotationType, typename ScalingType> 76 void computeRotationScaling(RotationType *unitary, ScalingType *positive) const; 77 template<typename ScalingType, typename RotationType> 78 void computeScalingRotation(ScalingType *positive, RotationType *unitary) const; 583 template<typename RotationType, typename ScalingType> 584 void SVD<MatrixType>::computeRotationScaling(RotationType *rotation, ScalingType *scaling) const in computeRotationScaling() 609 template<typename ScalingType, typename RotationType> 610 void SVD<MatrixType>::computeScalingRotation(ScalingType *scaling, RotationType *rotation) const in computeScalingRotation()
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
D | Transform.h | 204 template<typename RotationType> 205 inline Transform& rotate(const RotationType& rotation); 207 template<typename RotationType> 208 inline Transform& prerotate(const RotationType& rotation); 472 template<typename RotationType> 474 Transform<Scalar,Dim>::rotate(const RotationType& rotation) 488 template<typename RotationType> 490 Transform<Scalar,Dim>::prerotate(const RotationType& rotation)
|
/external/eigen/Eigen/src/Geometry/ |
D | Transform.h | 518 template<typename RotationType> 519 inline Transform& rotate(const RotationType& rotation); 521 template<typename RotationType> 522 inline Transform& prerotate(const RotationType& rotation); 880 template<typename RotationType> 882 Transform<Scalar,Dim,Mode,Options>::rotate(const RotationType& rotation) in rotate() 896 template<typename RotationType> 898 Transform<Scalar,Dim,Mode,Options>::prerotate(const RotationType& rotation) in prerotate()
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_webplugin_impl.h | 87 virtual void rotateView(RotationType type) OVERRIDE;
|
D | pepper_webplugin_impl.cc | 296 void PepperWebPluginImpl::rotateView(RotationType type) { in rotateView()
|
D | pepper_plugin_instance_impl.h | 252 void RotateView(blink::WebPlugin::RotationType type);
|
D | pepper_plugin_instance_impl.cc | 1672 void PepperPluginInstanceImpl::RotateView(WebPlugin::RotationType type) { in RotateView()
|
/external/eigen/doc/ |
D | C08_TutorialGeometry.dox | 228 t = Translation_(..) * t * RotationType(..) * Translation_(..) * Scaling(..);
|