HomeSort by relevance Sort by last modified time
    Searched refs:ScalingType (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Translation.h 42 typedef Scaling<Scalar,Dim> ScalingType;
80 inline TransformType operator* (const ScalingType& other) const;
152 Translation<Scalar,Dim>::operator* (const ScalingType& other) const
Transform.h 70 typedef Scaling<Scalar,Dim> ScalingType;
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/
VideoRendererGui.java 81 private static enum ScalingType
224 private ScalingType scalingType;
263 ScalingType scalingType) {
267 this.scalingType = scalingType;
321 scalingType == ScalingType.SCALE_FILL) {
335 if (scalingType == ScalingType.SCALE_ASPECT_FIT)
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/
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;
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 258 milliseconds