HomeSort by relevance Sort by last modified time
    Searched defs:TransformType (Results 1 - 8 of 8) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Scaling.h 44 typedef Transform<Scalar,Dim> TransformType;
82 inline TransformType operator* (const TranslationType& t) const;
85 inline TransformType operator* (const TransformType& t) const;
147 inline typename Scaling<Scalar,Dim>::TransformType
150 TransformType res;
159 inline typename Scaling<Scalar,Dim>::TransformType
160 Scaling<Scalar,Dim>::operator* (const TransformType& t) const
162 TransformType res = t;
Translation.h 44 typedef Transform<Scalar,Dim> TransformType;
80 inline TransformType operator* (const ScalingType& other) const;
83 inline TransformType operator* (const LinearMatrixType& linear) const;
86 inline TransformType operator*(const RotationBase<Derived,Dim>& r) const
91 friend inline TransformType operator* (const LinearMatrixType& linear, const Translation& t)
93 TransformType res;
103 inline TransformType operator* (const TransformType& t) const;
151 inline typename Translation<Scalar,Dim>::TransformType
154 TransformType res
    [all...]
Transform.h 742 typedef Transform<typename Other::Scalar,Dim> TransformType;
743 typedef typename TransformType::MatrixType MatrixType;
745 static ResultType run(const TransformType& tr, const Other& other)
752 typedef Transform<typename Other::Scalar,Dim> TransformType;
753 typedef typename TransformType::MatrixType MatrixType;
754 typedef TransformType ResultType;
755 static ResultType run(const TransformType& tr, const Other& other)
757 TransformType res;
768 typedef Transform<typename Other::Scalar,Dim> TransformType;
769 typedef typename TransformType::MatrixType MatrixType
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextFragment.h 42 enum TransformType {
47 void buildFragmentTransform(AffineTransform& result, TransformType type = TransformRespectingTextLength) const
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SgTransform.java 29 enum TransformType {
37 TransformType(int id) {
65 public void setTransform(int index, Float4 value, TransformType type) {
75 mTransformData.transformTypes[i] = TransformType.NONE.mID;
  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 205 typedef Transform<Scalar, Dim, Mode, Options> TransformType;
206 typedef typename internal::add_const<typename TransformType::ConstAffinePart>::type type;
207 static type run (const TransformType& x) { return x.affine(); }
213 typedef Transform<Scalar, Dim, Projective, Options> TransformType;
214 typedef typename TransformType::MatrixType type;
215 static const type& run (const TransformType& x) { return x.matrix(); }
Transform.h 31 template< typename TransformType,
33 int Case = transform_traits<TransformType>::IsProjective ? 0
34 : int(MatrixType::RowsAtCompileTime) == int(transform_traits<TransformType>::HDim) ? 1
63 template<typename TransformType> struct transform_take_affine_part;
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 71 /// most coarse-grained transformations involve replacing TransformType(),
287 QualType TransformType(QualType T);
297 TypeSourceInfo *TransformType(TypeSourceInfo *DI);
303 QualType TransformType(TypeLocBuilder &TLB, TypeLoc TL);
    [all...]

Completed in 858 milliseconds