Home
last modified time | relevance | path

Searched defs:Transform (Results 1 – 14 of 14) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/Geometry/
DTransform.h79 inline Transform() { } in Transform() function
81 inline Transform(const Transform& other) in Transform() function
86 inline explicit Transform(const TranslationType& t) { *this = t; } in Transform() function
87 inline explicit Transform(const ScalingType& s) { *this = s; } in Transform() function
89 inline explicit Transform(const RotationBase<Derived, Dim>& r) { *this = r; } in Transform() function
DAll.h37 #define Transform eigen2_Transform macro
/external/eigen/Eigen/src/Geometry/
DTransform.h230 inline Transform() in Transform() function
237 inline Transform(const Transform& other) in Transform() function
243 inline explicit Transform(const TranslationType& t) in Transform() function
248 inline explicit Transform(const UniformScaling<Scalar>& s) in Transform() function
254 inline explicit Transform(const RotationBase<Derived, Dim>& r) in Transform() function
267 inline explicit Transform(const EigenBase<OtherDerived>& other) in Transform() function
288 inline Transform(const Transform<Scalar,Dim,Mode,OtherOptions>& other) in Transform() function
296 inline Transform(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) in Transform() function
337 Transform(const ReturnByValue<OtherDerived>& other) in Transform() function
577 inline explicit Transform(const Transform<OtherScalarType,Dim,Mode,Options>& other) in Transform() function
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DTransform.java45 public final class Transform implements Savable, Cloneable, java.io.Serializable { class
55 public Transform(Vector3f translation, Quaternion rot){ in Transform() method in Transform
60 public Transform(Vector3f translation, Quaternion rot, Vector3f scale){ in Transform() method in Transform
65 public Transform(Vector3f translation){ in Transform() method in Transform
69 public Transform(Quaternion rot){ in Transform() method in Transform
73 public Transform(){ in Transform() method in Transform
/external/webkit/Source/WebCore/svg/
DSVGStyledTransformableElement.h66 DECLARE_ANIMATED_TRANSFORM_LIST(Transform, transform) in DECLARE_ANIMATED_TRANSFORM_LIST() argument
DSVGStyledTransformableElement.cpp35 DEFINE_ANIMATED_TRANSFORM_LIST(SVGStyledTransformableElement, SVGNames::transformAttr, Transform, t… in DEFINE_ANIMATED_TRANSFORM_LIST() argument
DSVGTextElement.cpp38 DEFINE_ANIMATED_TRANSFORM_LIST(SVGTextElement, SVGNames::transformAttr, Transform, transform) in DEFINE_ANIMATED_TRANSFORM_LIST() argument
/external/chromium/third_party/libjingle/source/talk/base/
Dstringencode.h112 typedef size_t (*Transform)(char * buffer, size_t buflen, typedef
/external/webkit/Source/WebCore/platform/graphics/transforms/
DAffineTransform.h61 typedef double Transform[6]; typedef
/external/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp221 PostIncTransform Transform(Kind, Loops, SE, DT); in TransformForPostIncUse() local
/external/ppp/pppd/
Dmd5.c203 static void Transform (buf, in) in Transform() function
/external/quake/quake/src/QW/dxsdk/sdk/inc/
Dd3drmobj.h225 STDMETHOD(Transform)(THIS_ D3DRMVECTOR4D *d, D3DVECTOR *s) PURE; in DECLARE_INTERFACE_() local
320 STDMETHOD(Transform)(THIS_ D3DVECTOR *d, D3DVECTOR *s) PURE; in DECLARE_INTERFACE_() local
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DD3DRMOBJ.H225 STDMETHOD(Transform)(THIS_ D3DRMVECTOR4D *d, D3DVECTOR *s) PURE; in DECLARE_INTERFACE_() local
320 STDMETHOD(Transform)(THIS_ D3DVECTOR *d, D3DVECTOR *s) PURE; in DECLARE_INTERFACE_() local
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2147 Record *Transform = Fragments[i]->getValueAsDef("OperandTransform"); in ParsePatternFragments() local