Searched refs:LineType (Results 1 - 10 of 10) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_parametrizedline.cpp16 template<typename LineType> void parametrizedline(const LineType& _line)
23 typedef typename LineType::Scalar Scalar;
25 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime, 1> VectorType;
26 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime,
27 LineType::AmbientDimAtCompileTime> MatrixType;
34 LineType l0(p0, d0);
46 const int Dim = LineType::AmbientDimAtCompileTime;
/external/eigen/test/
H A Dgeo_parametrizedline.cpp16 template<typename LineType> void parametrizedline(const LineType& _line)
22 typedef typename LineType::Index Index;
24 typedef typename LineType::Scalar Scalar;
26 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime, 1> VectorType;
27 typedef Hyperplane<Scalar,LineType::AmbientDimAtCompileTime> HyperplaneType;
34 LineType l0(p0, d0);
46 const int Dim = LineType::AmbientDimAtCompileTime;
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dppucd.h63 enum LineType { enum in class:PreparsedUCD
108 LineType readLine(UErrorCode &errorCode);
161 LineType lineType;
H A Dppucd.cpp90 // Same order as the LineType values.
104 PreparsedUCD::LineType
162 lineType=(LineType)type;
/external/icu/icu4c/source/tools/toolutil/
H A Dppucd.h63 enum LineType { enum in class:PreparsedUCD
108 LineType readLine(UErrorCode &errorCode);
161 LineType lineType;
H A Dppucd.cpp90 // Same order as the LineType values.
104 PreparsedUCD::LineType
162 lineType=(LineType)type;
/external/clang/lib/Format/
H A DTokenAnnotator.h28 enum LineType { enum in namespace:clang::format
84 LineType Type;
H A DTokenAnnotator.cpp584 LineType parseLine() {
/external/chromium_org/third_party/skia/bench/
H A DDashBench.cpp306 enum LineType { enum in class:GiantDashBench
313 static const char* LineTypeName(LineType lt) {
319 GiantDashBench(LineType lt, SkScalar width) {
/external/skia/bench/
H A DDashBench.cpp306 enum LineType { enum in class:GiantDashBench
313 static const char* LineTypeName(LineType lt) {
319 GiantDashBench(LineType lt, SkScalar width) {

Completed in 208 milliseconds