Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Eigen2Support/Geometry/
DTranslation.h42 typedef Scaling<Scalar,Dim> ScalingType; typedef
80 inline TransformType operator* (const ScalingType& other) const;
152 Translation<Scalar,Dim>::operator* (const ScalingType& other) const
DTransform.h70 typedef Scaling<Scalar,Dim> ScalingType; typedef
87 inline explicit Transform(const ScalingType& s) { *this = s; } in Transform()
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/
DVideoRendererGui.java81 private static enum ScalingType enum in VideoRendererGui
224 private ScalingType scalingType;
263 ScalingType scalingType) { in YuvImageRenderer()
321 scalingType == ScalingType.SCALE_FILL) { in checkAdjustTextureCoords()
335 if (scalingType == ScalingType.SCALE_ASPECT_FIT) { in checkAdjustTextureCoords()
357 if (scalingType == ScalingType.SCALE_ASPECT_FILL) { in checkAdjustTextureCoords()
608 x, y, width, height, ScalingType.SCALE_ASPECT_FIT); in create()
/external/eigen/Eigen/src/Eigen2Support/
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 in computeRotationScaling()
608 template<typename ScalingType, typename RotationType>
609 void SVD<MatrixType>::computeScalingRotation(ScalingType *scaling, RotationType *rotation) const in computeScalingRotation()