Searched defs:Transform (Results 1 - 19 of 19) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringencode.h112 typedef size_t (*Transform)(char * buffer, size_t buflen, typedef in namespace:talk_base
115 Transform t);
118 std::string s_transform(const std::string& source, Transform t);
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DRotationBase.h45 inline Transform<Scalar,Dim> operator*(const Translation<Scalar,Dim>& t) const
53 inline Transform<Scalar,Dim> operator*(const Transform<Scalar,Dim>& t) const argument
98 * Currently ei_toRotationMatrix is only used by Transform.
100 * \sa class Transform, class Rotation2D, class Quaternion, class AngleAxis
H A DAll.h15 #include "Transform.h"
37 #define Transform eigen2_Transform macro
68 #include "Transform.h"
92 #undef Transform macro
H A DHyperplane.h216 inline Hyperplane& transform(const Transform<Scalar,AmbientDimAtCompileTime>& t, argument
H A DTransform.h27 * \class Transform
43 class Transform class in namespace:Eigen
79 inline Transform() { } function in class:Eigen::Transform
81 inline Transform(const Transform& other) function in class:Eigen::Transform
86 inline explicit Transform(const TranslationType& t) { *this = t; } function in class:Eigen::Transform
87 inline explicit Transform(const ScalingType& s) { *this = s; } function in class:Eigen::Transform
89 inline explicit Transform(const RotationBase<Derived, Dim>& r) { *this = r; } function in class:Eigen::Transform
91 inline Transform& operator=(const Transform
116 inline explicit Transform(const MatrixBase<OtherDerived>& other) function in class:Eigen::Transform
263 Transform(const Transform<OtherScalarType,Dim>& other) argument
300 Transform<Scalar,Dim>::Transform(const QMatrix& other) function in class:Eigen::Transform
339 Transform<Scalar,Dim>::Transform(const QTransform& other) function in class:Eigen::Transform
[all...]
/external/eigen/Eigen/src/Geometry/
H A DScaling.h26 * but rather to make easier the constructions and updates of Transform objects.
30 * \sa Scaling(), class DiagonalMatrix, MatrixBase::asDiagonal(), class Translation, class Transform
59 inline Transform<Scalar,Dim,Affine> operator* (const Translation<Scalar,Dim>& t) const;
63 inline Transform<Scalar,Dim,(int(Mode)==int(Isometry)?Affine:Mode)> operator* (const Transform<Scalar,Dim, Mode, Options>& t) const argument
65 Transform<Scalar,Dim,(int(Mode)==int(Isometry)?Affine:Mode)> res = t;
153 inline Transform<Scalar,Dim,Affine>
156 Transform<Scalar,Dim,Affine> res;
H A DRotationBase.h48 * This function is added to be conform with the Transform class' naming scheme.
56 inline Transform<Scalar,Dim,Isometry> operator*(const Translation<Scalar,Dim>& t) const
57 { return Transform<Scalar,Dim,Isometry>(*this) * t; }
80 friend inline Transform<Scalar,Dim,Affine> operator*(const DiagonalMatrix<Scalar,Dim>& l, const Derived& r)
82 Transform<Scalar,Dim,Affine> res(r);
89 inline Transform<Scalar,Dim,Mode> operator*(const Transform<Scalar,Dim,Mode,Options>& t) const argument
112 typedef Transform<Scalar,Dim,Affine> ReturnType;
177 * Currently toRotationMatrix is only used by Transform.
179 * \sa class Transform, clas
[all...]
H A DTranslation.h25 * but rather to make easier the constructions and updates of Transform objects.
27 * \sa class Scaling, class Transform
43 typedef Transform<Scalar,Dim,Affine> AffineTransformType;
45 typedef Transform<Scalar,Dim,Isometry> IsometryTransformType;
125 inline Transform<Scalar,Dim,Mode> operator* (const Transform<Scalar,Dim,Mode,Options>& t) const argument
127 Transform<Scalar,Dim,Mode> res = t;
H A DHomogeneous.h103 inline const internal::homogeneous_left_product_impl<Homogeneous,Transform<Scalar,Dim,Mode,Options> >
104 operator* (const Transform<Scalar,Dim,Mode,Options>& lhs, const Homogeneous& rhs) argument
107 return internal::homogeneous_left_product_impl<Homogeneous,Transform<Scalar,Dim,Mode,Options> >(lhs,rhs.m_matrix);
203 struct take_matrix_for_product<Transform<Scalar, Dim, Mode, Options> >
205 typedef Transform<Scalar, Dim, Mode, Options> TransformType;
211 struct take_matrix_for_product<Transform<Scalar, Dim, Projective, Options> >
213 typedef Transform<Scalar, Dim, Projective, Options> TransformType;
H A DHyperplane.h228 inline Hyperplane& transform(const Transform<Scalar,AmbientDimAtCompileTime,Affine,TrOptions>& t, argument
H A DTransform.h19 template<typename Transform>
24 Dim = Transform::Dim,
25 HDim = Transform::HDim,
26 Mode = Transform::Mode,
69 * \class Transform
86 * this class you have to think a Transform object as its internal
101 * However, unlike a plain matrix, the Transform class provides many features
103 * with any other transformations (Transform,Translation,RotationBase,Matrix)
150 * The concatenation of a Transform object with any kind of other transformation
151 * always returns a Transform objec
176 class Transform class in namespace:Eigen
230 inline Transform() function in class:Eigen::Transform
237 inline Transform(const Transform& other) function in class:Eigen::Transform
243 inline explicit Transform(const TranslationType& t) function in class:Eigen::Transform
248 inline explicit Transform(const UniformScaling<Scalar>& s) function in class:Eigen::Transform
254 inline explicit Transform(const RotationBase<Derived, Dim>& r) function in class:Eigen::Transform
267 inline explicit Transform(const EigenBase<OtherDerived>& other) function in class:Eigen::Transform
288 Transform(const Transform<Scalar,Dim,Mode,OtherOptions>& other) argument
296 Transform(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) argument
337 Transform(const ReturnByValue<OtherDerived>& other) function in class:Eigen::Transform
476 operator *(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) const argument
485 operator *(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) const argument
577 Transform(const Transform<OtherScalarType,Dim,Mode,Options>& other) argument
688 Transform<Scalar,Dim,Mode,Options>::Transform(const QMatrix& other) function in class:Eigen::Transform
729 Transform<Scalar,Dim,Mode,Options>::Transform(const QTransform& other) function in class:Eigen::Transform
[all...]
/external/eigen/bench/
H A Dgeometry.cpp58 EIGEN_DONT_INLINE void transform(const Transform<Scalar,Dim,Projective>& t, Data& data) argument
100 Transform<Scalar,3,Isometry> iso3(mat34);
101 Transform<Scalar,3,Affine> aff3(mat34);
102 Transform<Scalar,3,AffineCompact> caff3(mat34);
103 Transform<Scalar,3,Projective> proj3(mat34);
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DTransform.java45 public final class Transform implements Savable, Cloneable, java.io.Serializable { class in inherits:Savable,Cloneable,java.io.Serializable
49 public static final Transform IDENTITY = new Transform();
55 public Transform(Vector3f translation, Quaternion rot){ method in class:Transform
60 public Transform(Vector3f translation, Quaternion rot, Vector3f scale){ method in class:Transform
65 public Transform(Vector3f translation){ method in class:Transform
69 public Transform(Quaternion rot){ method in class:Transform
73 public Transform(){ method in class:Transform
82 public Transform setRotation(Quaternion rot) {
92 public Transform setTranslatio
[all...]
/external/ppp/pppd/
H A Dmd5.c51 static void Transform ();
151 Transform (mdContext->buf, in);
186 Transform (mdContext->buf, in);
203 static void Transform (buf, in) function
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DAffineTransform.h61 typedef double Transform[6]; typedef in class:WebCore::AffineTransform
180 void setMatrix(const Transform m)
183 memcpy(m_transform, m, sizeof(Transform));
186 Transform m_transform;
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2147 Record *Transform = Fragments[i]->getValueAsDef("OperandTransform"); local
2148 if (!getSDNodeTransform(Transform).second.empty()) // not noop xform?
2149 P->getOnlyTree()->setTransformFn(Transform);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 243 milliseconds