Searched refs:ScalingType (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTranslation.h42 typedef Scaling<Scalar,Dim> ScalingType; typedef in class:Eigen::Translation
80 inline TransformType operator* (const ScalingType& other) const;
152 Translation<Scalar,Dim>::operator* (const ScalingType& other) const
H A DTransform.h70 typedef Scaling<Scalar,Dim> ScalingType; typedef in class:Eigen::Transform
87 inline explicit Transform(const ScalingType& s) { *this = s; }
217 inline Transform& operator=(const ScalingType& t);
218 inline Transform& operator*=(const ScalingType& s) { return scale(s.coeffs()); }
219 inline Transform operator*(const ScalingType& s) const;
549 inline Transform<Scalar,Dim>& Transform<Scalar,Dim>::operator=(const ScalingType& s)
558 inline Transform<Scalar,Dim> Transform<Scalar,Dim>::operator*(const ScalingType& s) const
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
H A DVideoRendererGui.java81 private static enum ScalingType enum in class:VideoRendererGui
224 private ScalingType scalingType;
263 ScalingType scalingType) {
321 scalingType == ScalingType.SCALE_FILL) {
335 if (scalingType == ScalingType.SCALE_ASPECT_FIT) {
357 if (scalingType == ScalingType.SCALE_ASPECT_FILL) {
608 x, y, width, height, ScalingType.SCALE_ASPECT_FIT);
/external/eigen/Eigen/src/Eigen2Support/
H A DSVD.h75 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;
582 template<typename RotationType, typename ScalingType>
583 void SVD<MatrixType>::computeRotationScaling(RotationType *rotation, ScalingType *scaling) const
608 template<typename ScalingType, typename RotationType>
609 void SVD<MatrixType>::computeScalingRotation(ScalingType *scaling, RotationType *rotation) const

Completed in 2047 milliseconds