Home
last modified time | relevance | path

Searched refs:Transform (Results 1 – 25 of 274) sorted by relevance

1234567891011

/external/eigen/Eigen/src/Geometry/
DTransform.h19 template<typename Transform>
24 Dim = Transform::Dim,
25 HDim = Transform::HDim,
26 Mode = Transform::Mode,
67 struct traits<Transform<_Scalar,_Dim,_Mode,_Options> >
201 class Transform
246 typedef Transform<Scalar,Dim,TransformTimeDiagonalMode> TransformTimeDiagonalReturnType;
256 EIGEN_DEVICE_FUNC inline Transform()
262 EIGEN_DEVICE_FUNC inline Transform(const Transform& other)
268 EIGEN_DEVICE_FUNC inline explicit Transform(const TranslationType& t)
[all …]
DScaling.h59 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<Sca…
65 Transform<Scalar,Dim,(int(Mode)==int(Isometry)?Affine:Mode)> res = t;
157 inline Transform<Scalar,Dim,Affine>
160 Transform<Scalar,Dim,Affine> res;
DRotationBase.h56 …EIGEN_DEVICE_FUNC inline Transform<Scalar,Dim,Isometry> operator*(const Translation<Scalar,Dim>& t…
57 { return Transform<Scalar,Dim,Isometry>(*this) * t; }
80 …EIGEN_DEVICE_FUNC friend inline Transform<Scalar,Dim,Affine> operator*(const DiagonalMatrix<Scalar…
82 Transform<Scalar,Dim,Affine> res(r);
89 …EIGEN_DEVICE_FUNC inline Transform<Scalar,Dim,Mode> operator*(const Transform<Scalar,Dim,Mode,Opti…
112 typedef Transform<Scalar,Dim,Affine> ReturnType;
DTranslation.h43 typedef Transform<Scalar,Dim,Affine> AffineTransformType;
45 typedef Transform<Scalar,Dim,Isometry> IsometryTransformType;
125 …EIGEN_DEVICE_FUNC inline Transform<Scalar,Dim,Mode> operator* (const Transform<Scalar,Dim,Mode,Opt…
127 Transform<Scalar,Dim,Mode> res = t;
/external/mesa3d/src/mesa/main/
Dclip.c45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane], in _mesa_update_clip_plane()
46 ctx->Transform.EyeUserPlane[plane], in _mesa_update_clip_plane()
84 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation)) in _mesa_ClipPlane()
88 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation); in _mesa_ClipPlane()
90 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in _mesa_ClipPlane()
112 equation[0] = (GLdouble) ctx->Transform.EyeUserPlane[p][0]; in _mesa_GetClipPlane()
113 equation[1] = (GLdouble) ctx->Transform.EyeUserPlane[p][1]; in _mesa_GetClipPlane()
114 equation[2] = (GLdouble) ctx->Transform.EyeUserPlane[p][2]; in _mesa_GetClipPlane()
115 equation[3] = (GLdouble) ctx->Transform.EyeUserPlane[p][3]; in _mesa_GetClipPlane()
Dmatrix.c152 if (ctx->Transform.MatrixMode == mode && mode != GL_TEXTURE) in _mesa_MatrixMode()
227 ctx->Transform.MatrixMode = mode; in _mesa_MatrixMode()
249 _mesa_lookup_enum_by_nr(ctx->Transform.MatrixMode)); in _mesa_PushMatrix()
252 if (ctx->Transform.MatrixMode == GL_TEXTURE) { in _mesa_PushMatrix()
259 _mesa_lookup_enum_by_nr(ctx->Transform.MatrixMode)); in _mesa_PushMatrix()
289 _mesa_lookup_enum_by_nr(ctx->Transform.MatrixMode)); in _mesa_PopMatrix()
292 if (ctx->Transform.MatrixMode == GL_TEXTURE) { in _mesa_PopMatrix()
299 _mesa_lookup_enum_by_nr(ctx->Transform.MatrixMode)); in _mesa_PopMatrix()
579 if (ctx->Transform.ClipPlanesEnabled) { in update_projection()
582 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in update_projection()
[all …]
/external/llvm/include/llvm/ExecutionEngine/Orc/
DIRTransformLayer.h35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {} in BaseLayer()
50 *I = Transform(std::move(*I)); in addModuleSet()
88 TransformFtor& getTransform() { return Transform; } in getTransform()
91 const TransformFtor& getTransform() const { return Transform; } in getTransform()
95 TransformFtor Transform; variable
DObjectTransformLayer.h35 TransformFtor Transform = TransformFtor())
36 : BaseLayer(BaseLayer), Transform(std::move(Transform)) {} in BaseLayer()
49 *I = Transform(std::move(*I)); in addObjectSet()
91 TransformFtor &getTransform() { return Transform; } in getTransform()
94 const TransformFtor &getTransform() const { return Transform; } in getTransform()
98 TransformFtor Transform; variable
/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h141 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in TAG()
142 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; in TAG()
143 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; in TAG()
144 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; in TAG()
145 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; in TAG()
230 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in TAG()
231 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; in TAG()
232 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; in TAG()
233 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; in TAG()
234 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; in TAG()
[all …]
Dt_vb_vertex.c70 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { \
72 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; \
73 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; \
74 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; \
75 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; \
126 if (ctx->Transform.DepthClamp) { in tnl_clip_prepare()
194 !ctx->Transform.DepthClamp ); in run_vertex_stage()
203 !ctx->Transform.DepthClamp ); in run_vertex_stage()
213 if (ctx->Transform.ClipPlanesEnabled) { in run_vertex_stage()
Dt_rasterpos.c92 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in userclip_point()
93 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0] in userclip_point()
94 + v[1] * ctx->Transform._ClipUserPlane[p][1] in userclip_point()
95 + v[2] * ctx->Transform._ClipUserPlane[p][2] in userclip_point()
96 + v[3] * ctx->Transform._ClipUserPlane[p][3]; in userclip_point()
387 if (!ctx->Transform.DepthClamp) { in _tnl_RasterPos()
393 if (!ctx->Transform.RasterPositionUnclipped) { in _tnl_RasterPos()
401 if (ctx->Transform.ClipPlanesEnabled && !userclip_point(ctx, clip)) { in _tnl_RasterPos()
421 if (ctx->Transform.DepthClamp) { in _tnl_RasterPos()
Dt_vb_normals.c114 if (ctx->Transform.Normalize) { in validate_normal_stage()
117 else if (ctx->Transform.RescaleNormals && in validate_normal_stage()
131 if (ctx->Transform.Normalize) { in validate_normal_stage()
134 else if (!ctx->Transform.RescaleNormals && in validate_normal_stage()
Dt_vb_program.c91 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in userclip()
93 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; in userclip()
94 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; in userclip()
95 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; in userclip()
96 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; in userclip()
147 !ctx->Transform.DepthClamp ); in do_ndc_cliptest()
156 !ctx->Transform.DepthClamp ); in do_ndc_cliptest()
167 if (ctx->Transform.ClipPlanesEnabled && (!ctx->VertexProgram._Enabled || in do_ndc_cliptest()
/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp138 const std::string Transform; member in __anon60696fda0111::PatternRewriteDescriptor
141 : RewriteDescriptor(DT), Pattern(P), Transform(T) { } in PatternRewriteDescriptor()
160 std::string Name = Regex(Pattern).sub(Transform, C.getName(), &Error); in performOnModule()
310 std::string Transform; in parseRewriteFunctionDescriptor() local
343 Transform = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()
355 if (Transform.empty() == Target.empty()) { in parseRewriteFunctionDescriptor()
366 DL->push_back(new PatternRewriteFunctionDescriptor(Source, Transform)); in parseRewriteFunctionDescriptor()
377 std::string Transform; in parseRewriteGlobalVariableDescriptor() local
410 Transform = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor()
417 if (Transform.empty() == Target.empty()) { in parseRewriteGlobalVariableDescriptor()
[all …]
/external/nanopb-c/tools/
Dmake_windows_package.sh40Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Tr…
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_clip.c50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane)); in update_clip()
60 use_eye ? ctx->Transform.EyeUserPlane in update_clip()
61 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp)); in update_clip()
/external/eigen/bench/
Dgeometry.cpp58 EIGEN_DONT_INLINE void transform(const Transform<Scalar,Dim,Projective>& t, Data& data) in transform()
100 Transform<Scalar,3,Isometry> iso3(mat34); in main()
101 Transform<Scalar,3,Affine> aff3(mat34); in main()
102 Transform<Scalar,3,AffineCompact> caff3(mat34); in main()
103 Transform<Scalar,3,Projective> proj3(mat34); in main()
/external/skia/src/sfnt/
DSkOTTable_glyf.h155 union Transform { union
180 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
186 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
192 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
198 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSourceTargetUtility.java21 final Transform<String, String> transform;
28 public SourceTargetUtility(Transform<String, String> transform) { in SourceTargetUtility()
32 public SourceTargetUtility(Transform<String, String> transform, Normalizer2 normalizer) { in SourceTargetUtility()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DSourceTargetUtility.java20 final Transform<String, String> transform;
27 public SourceTargetUtility(Transform<String, String> transform) { in SourceTargetUtility()
31 public SourceTargetUtility(Transform<String, String> transform, Normalizer2 normalizer) { in SourceTargetUtility()
/external/eigen/doc/
DTutorialGeometry.dox11 …- Projective or affine transformation matrices: see the Transform class. These are really matrices.
13 … Since Eigen defaults to column-major storage, you can directly use the Transform::data() method t…
15 You can construct a Transform from an abstract transformation, like this:
17 Transform t(AngleAxis(angle,axis));
21 Transform t;
26 Transform t = AngleAxis(angle,axis);
28 <span class="note">\b Explanation: In the C++ language, this would require Transform to have a non-…
59 Transform<float,N,Affine> t = concatenation_of_any_transformations;
60 Transform<float,3,Affine> t = Translation3f(p) * AngleAxisf(a,axis) * Scaling(s);\endcode</td></tr>
75 designed to simplify the creation/initialization of linear (Matrix) and affine (Transform)
[all …]
/external/fonttools/Lib/fontTools/misc/
Dtransform.py69 class Transform(object): class
328 Identity = Transform()
338 return Transform(1, 0, 0, 1, x, y)
351 return Transform(x, 0, 0, y, 0, 0)
/external/eigen/unsupported/test/
Dopenglsupport.cpp155 Transform<float,3,AffineCompact> acf3; acf3.matrix().setRandom(); in test_openglsupport()
159 Transform<float,3,Affine> af3(acf3); in test_openglsupport()
163 Transform<float,3,Projective> pf3; pf3.matrix().setRandom(); in test_openglsupport()
167 Transform<double,3,AffineCompact> acd3; acd3.matrix().setRandom(); in test_openglsupport()
171 Transform<double,3,Affine> ad3(acd3); in test_openglsupport()
175 Transform<double,3,Projective> pd3; pd3.matrix().setRandom(); in test_openglsupport()
/external/pdfium/core/fpdfapi/page/
Dcpdf_shadingobject.cpp21 void CPDF_ShadingObject::Transform(const CFX_Matrix& matrix) { in Transform() function in CPDF_ShadingObject
23 m_ClipPath.Transform(matrix); in Transform()
/external/libxml2/result/c14n/exc-without-comments/
Dtest-26 <Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"></Transform>

1234567891011