Searched refs:Transform (Results 26 - 50 of 181) sorted by relevance

12345678

/external/llvm/bindings/ocaml/transforms/utils/
H A Dllvm_transform_utils.mli10 (** Transform Utilities.
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_clip_state.c77 if (!ctx->Transform.DepthClamp)
94 userclip = ctx->Transform.ClipPlanesEnabled;
H A Dgen6_vs_state.c57 if (brw->vs.prog_data->nr_params == 0 && !ctx->Transform.ClipPlanesEnabled) {
79 if (ctx->Transform.ClipPlanesEnabled != 0 && !uses_clip_distance) {
82 = _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_path.cpp19 void CPDF_PathObject::Transform(const CPDF_Matrix& matrix) function in class:CPDF_PathObject
41 rect.Transform(&m_Matrix);
/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/jbullet/com/jme3/bullet/joints/
H A DConeJoint.java35 import com.bulletphysics.linearmath.Transform;
126 Transform transA = new Transform(Converter.convert(rotA));
130 Transform transB = new Transform(Converter.convert(rotB));
/external/skia/src/sfnt/
H A DSkOTTable_glyf.h156 union Transform { union in struct:SkOTTableGlyphData::Composite::Component
181 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
187 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
193 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
199 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
/external/eigen/Eigen/src/Geometry/
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;
/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
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DConstraintLocLike.java4 import com.jme3.math.Transform;
69 Transform targetTransform = this.target.getTransform();
82 Transform targetTransform = this.target.getTransform();
83 Transform ownerTransform = this.owner.getTransform();
H A DConstraintRotLike.java5 import com.jme3.math.Transform;
55 Transform targetTransform = this.target.getTransform();
72 Transform targetTransform = this.target.getTransform();
73 Transform ownerTransform = this.owner.getTransform();
H A DConstraintSizeLike.java4 import com.jme3.math.Transform;
60 Transform targetTransform = this.target.getTransform();
74 Transform targetTransform = this.target.getTransform();
75 Transform ownerTransform = this.owner.getTransform();
/external/fonttools/Lib/fontTools/pens/
H A DtransformPen.py18 be a six-tuple, or a fontTools.misc.transform.Transform object.
21 from fontTools.misc.transform import Transform namespace
22 transformation = Transform(*transformation)
/external/fonttools/Tools/fontTools/pens/
H A DtransformPen.py18 be a six-tuple, or a fontTools.misc.transform.Transform object.
21 from fontTools.misc.transform import Transform namespace
22 transformation = Transform(*transformation)
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
H A DBoneContext.java10 import com.jme3.math.Transform;
41 private Transform poseTransform = new Transform();
147 Transform localTransform = new Transform(bone.getLocalPosition(), bone.getLocalRotation());
194 public Transform getPoseTransform() {
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsGhostObject.java36 import com.bulletphysics.linearmath.Transform;
66 protected Transform tempTrans = new Transform(Converter.convert(new Matrix3f()));
67 private com.jme3.math.Transform physicsLocation = new com.jme3.math.Transform();
136 public com.jme3.math.Transform getPhysicsTransform() {
H A DPhysicsCharacter.java38 import com.bulletphysics.linearmath.Transform;
67 private Transform tempTrans = new Transform(Converter.convert(new Matrix3f()));
68 private com.jme3.math.Transform physicsLocation = new com.jme3.math.Transform();
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h80 void Transform(const CFX_AffineMatrix* pMatrix) function in class:CPDF_Path
82 GetModify()->Transform(pMatrix);
160 void Transform(const CFX_AffineMatrix& matrix);
463 virtual void Transform(const CFX_AffineMatrix& matrix) = 0;
572 virtual void Transform(const CFX_AffineMatrix& matrix);
625 virtual void Transform(const CFX_AffineMatrix& maxtrix);
649 virtual void Transform(const CFX_AffineMatrix& matrix);
672 virtual void Transform(const CFX_AffineMatrix& matrix);
689 virtual void Transform(const CFX_AffineMatrix& matrix);
715 virtual void Transform(cons function in class:CPDF_InlineImages
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_rasterpos.c92 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
93 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0]
94 + v[1] * ctx->Transform._ClipUserPlane[p][1]
95 + v[2] * ctx->Transform._ClipUserPlane[p][2]
96 + v[3] * ctx->Transform._ClipUserPlane[p][3];
387 if (!ctx->Transform.DepthClamp) {
393 if (!ctx->Transform.RasterPositionUnclipped) {
401 if (ctx->Transform.ClipPlanesEnabled && !userclip_point(ctx, clip)) {
421 if (ctx->Transform.DepthClamp) {
H A Dt_vb_program.c91 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
93 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
94 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
95 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
96 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
147 !ctx->Transform.DepthClamp );
156 !ctx->Transform.DepthClamp );
167 if (ctx->Transform.ClipPlanesEnabled && (!ctx->VertexProgram._Enabled ||
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
H A DBoundingVolume.java118 public final BoundingVolume transform(Transform trans) {
133 public abstract BoundingVolume transform(Transform trans, BoundingVolume store);
/external/fonttools/Lib/fontTools/misc/
H A Dtransform.py3 The Transform class implements various transformation matrix operations,
6 Transform instances are effectively immutable: all methods that operate on the
8 interesting side effect that Transform instances are hashable, ie. they can be
13 Transform -- this is the main class
14 Identity -- Transform instance set to the identity transformation
20 >>> t = Transform(2, 0, 0, 3, 0, 0)
51 __all__ = ["Transform", "Identity", "Offset", "Scale"]
69 class Transform(object): class in inherits:object
72 Transform instances are immutable: all transforming methods, eg.
73 rotate(), return a new Transform instanc
[all...]
/external/fonttools/Tools/fontTools/misc/
H A Dtransform.py3 The Transform class implements various transformation matrix operations,
6 Transform instances are effectively immutable: all methods that operate on the
8 interesting side effect that Transform instances are hashable, ie. they can be
13 Transform -- this is the main class
14 Identity -- Transform instance set to the identity transformation
20 >>> t = Transform(2, 0, 0, 3, 0, 0)
51 __all__ = ["Transform", "Identity", "Offset", "Scale"]
69 class Transform(object): class in inherits:object
72 Transform instances are immutable: all transforming methods, eg.
73 rotate(), return a new Transform instanc
[all...]

Completed in 878 milliseconds

12345678