Home
last modified time | relevance | path

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

12

/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/skia/src/gpu/glsl/
DGrGLSLPrimitiveProcessor.h100 struct Transform { struct
101 Transform() : fType(kVoid_GrSLType) { fCurrentValue = SkMatrix::InvalidMatrix(); } in Transform() argument
107 SkSTArray<8, SkSTArray<2, Transform, true> > fInstalledTransforms; argument
/external/eigen/Eigen/src/Geometry/
DTransform.h232 inline Transform() in Transform() function
238 inline Transform(const Transform& other) in Transform() function
244 inline explicit Transform(const TranslationType& t) in Transform() function
249 inline explicit Transform(const UniformScaling<Scalar>& s) in Transform() function
255 inline explicit Transform(const RotationBase<Derived, Dim>& r) in Transform() function
268 inline explicit Transform(const EigenBase<OtherDerived>& other) in Transform() function
289 inline Transform(const Transform<Scalar,Dim,Mode,OtherOptions>& other) in Transform() function
297 inline Transform(const Transform<Scalar,Dim,OtherMode,OtherOptions>& other) in Transform() function
338 Transform(const ReturnByValue<OtherDerived>& other) in Transform() function
578 inline explicit Transform(const Transform<OtherScalarType,Dim,Mode,Options>& other) in Transform() function
[all …]
/external/opencv3/doc/tutorials/imgproc/imgtrans/hough_lines/
Dhough_lines.markdown23 ### How does it work?
74 ### Standard and Probabilistic Hough Line Transform
/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp139 const std::string Transform; member in __anon60696fda0111::PatternRewriteDescriptor
311 std::string Transform; in parseRewriteFunctionDescriptor() local
378 std::string Transform; in parseRewriteGlobalVariableDescriptor() local
440 std::string Transform; in parseRewriteGlobalAliasDescriptor() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransform.java19 public interface Transform<S,D> { interface
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTransform.java18 public interface Transform<S,D> { interface
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/
D__init__.py26 def Transform(transform, file_paths): function
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_path.cpp20 void CPDF_PathObject::Transform(const CFX_Matrix& matrix) { in Transform() function in CPDF_PathObject
Dfpdf_page_image.cpp35 void CPDF_ImageObject::Transform(const CFX_Matrix& matrix) { in Transform() function in CPDF_ImageObject
Dfpdf_page.cpp556 void CPDF_TextObject::Transform(const CFX_Matrix& matrix) { in Transform() function in CPDF_TextObject
626 void CPDF_ShadingObject::Transform(const CFX_Matrix& matrix) { in Transform() function in CPDF_ShadingObject
651 void CPDF_FormObject::Transform(const CFX_Matrix& matrix) { in Transform() function in CPDF_FormObject
726 void CPDF_PageObjects::Transform(const CFX_Matrix& matrix) { in Transform() function in CPDF_PageObjects
/external/webrtc/webrtc/base/
Dstringencode.h123 typedef size_t (*Transform)(char * buffer, size_t buflen, typedef
/external/llvm/include/llvm/ExecutionEngine/Orc/
DIRTransformLayer.h95 TransformFtor Transform; variable
DObjectTransformLayer.h98 TransformFtor Transform; variable
/external/pdfium/core/src/fxge/dib/
Ddib_int.h30 inline void Transform(int x, int y, int& x1, int& y1) { in Transform() function
/external/llvm/lib/Analysis/
DScalarEvolutionNormalization.cpp252 PostIncTransform Transform(Kind, Loops, SE, DT); in TransformForPostIncUse() local
/external/fonttools/Lib/fontTools/misc/
Dtransform.py69 class Transform(object): class
/external/opencv3/modules/imgproc/perf/
Dperf_warp.cpp208 PERF_TEST(Transform, getPerspectiveTransform) in PERF_TEST() argument
/external/ppp/pppd/
Dmd5.c203 static void Transform (buf, in) in Transform() function
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsxform.c175 void CMSEXPORT cmsDoTransform(cmsHTRANSFORM Transform, in cmsDoTransform()
188 void CMSEXPORT cmsDoTransformStride(cmsHTRANSFORM Transform, in cmsDoTransformStride()
/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h704 void Transform(FX_FLOAT& x, FX_FLOAT& y) const { TransformPoint(x, y); } in Transform() function
706 void Transform(FX_FLOAT x, FX_FLOAT y, FX_FLOAT& x1, FX_FLOAT& y1) const { in Transform() function
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp386 void CFX_PathData::Transform(const CFX_Matrix* pMatrix) { in Transform() function in CFX_PathData
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h55 void Transform(const CFX_Matrix* pMatrix) { GetModify()->Transform(pMatrix); } in Transform() function
/external/skia/src/sfnt/
DSkOTTable_glyf.h156 union Transform { union

12