/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
D | Transform.h | 79 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
|
D | All.h | 37 #define Transform eigen2_Transform macro
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLPrimitiveProcessor.h | 100 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/ |
D | Transform.h | 232 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/ |
D | hough_lines.markdown | 23 ### How does it work? 74 ### Standard and Probabilistic Hough Line Transform
|
/external/llvm/lib/Transforms/Utils/ |
D | SymbolRewriter.cpp | 139 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/ |
D | Transform.java | 19 public interface Transform<S,D> { interface
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Transform.java | 18 public interface Transform<S,D> { interface
|
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/ |
D | __init__.py | 26 def Transform(transform, file_paths): function
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_path.cpp | 20 void CPDF_PathObject::Transform(const CFX_Matrix& matrix) { in Transform() function in CPDF_PathObject
|
D | fpdf_page_image.cpp | 35 void CPDF_ImageObject::Transform(const CFX_Matrix& matrix) { in Transform() function in CPDF_ImageObject
|
D | fpdf_page.cpp | 556 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/ |
D | stringencode.h | 123 typedef size_t (*Transform)(char * buffer, size_t buflen, typedef
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IRTransformLayer.h | 95 TransformFtor Transform; variable
|
D | ObjectTransformLayer.h | 98 TransformFtor Transform; variable
|
/external/pdfium/core/src/fxge/dib/ |
D | dib_int.h | 30 inline void Transform(int x, int y, int& x1, int& y1) { in Transform() function
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 252 PostIncTransform Transform(Kind, Loops, SE, DT); in TransformForPostIncUse() local
|
/external/fonttools/Lib/fontTools/misc/ |
D | transform.py | 69 class Transform(object): class
|
/external/opencv3/modules/imgproc/perf/ |
D | perf_warp.cpp | 208 PERF_TEST(Transform, getPerspectiveTransform) in PERF_TEST() argument
|
/external/ppp/pppd/ |
D | md5.c | 203 static void Transform (buf, in) in Transform() function
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsxform.c | 175 void CMSEXPORT cmsDoTransform(cmsHTRANSFORM Transform, in cmsDoTransform() 188 void CMSEXPORT cmsDoTransformStride(cmsHTRANSFORM Transform, in cmsDoTransformStride()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_coordinates.h | 704 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/ |
D | fx_ge_path.cpp | 386 void CFX_PathData::Transform(const CFX_Matrix* pMatrix) { in Transform() function in CFX_PathData
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_pageobj.h | 55 void Transform(const CFX_Matrix* pMatrix) { GetModify()->Transform(pMatrix); } in Transform() function
|
/external/skia/src/sfnt/ |
D | SkOTTable_glyf.h | 156 union Transform { union
|