Searched refs:PointType (Results 1 – 4 of 4) sorted by relevance
/external/eigen/unsupported/test/ |
D | splines.cpp | 203 typedef Spline2d::PointType PointType; in check_global_interpolation2d() typedef 218 PointType pt = spline( chord_lengths(i) ); in check_global_interpolation2d() 219 PointType ref = points.col(i); in check_global_interpolation2d() 230 PointType pt = spline( chord_lengths(i) ); in check_global_interpolation2d() 231 PointType ref = points.col(i); in check_global_interpolation2d() 239 typedef Spline2d::PointType PointType; in check_global_interpolation_with_derivatives2d() typedef 262 PointType point = spline(knots(i)); in check_global_interpolation_with_derivatives2d() 263 PointType referencePoint = points.col(i); in check_global_interpolation_with_derivatives2d() 265 PointType derivative = spline.derivatives(knots(i), 1).col(1); in check_global_interpolation_with_derivatives2d() 266 PointType referenceDerivative = derivatives.col(i); in check_global_interpolation_with_derivatives2d()
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 199 using PointType = CFX_PTemplate<BaseType>; 215 CFX_RTemplate(const PointType& p, BaseType dst_width, BaseType dst_height) in CFX_RTemplate() 217 CFX_RTemplate(const PointType& p1, const SizeType& s2) in CFX_RTemplate() 219 CFX_RTemplate(const PointType& p1, const PointType& p2) in CFX_RTemplate() 226 CFX_RTemplate(const PointType& p, const VectorType& v) in CFX_RTemplate() 251 RectType& operator+=(const PointType& p) { 256 RectType& operator-=(const PointType& p) { 283 void Inflate(const PointType& p) { Inflate(p.x, p.y); } in Inflate() 302 void Deflate(const PointType& p) { Deflate(p.x, p.y); } in Deflate() 320 bool Contains(const PointType& p) const { in Contains() [all …]
|
/external/eigen/unsupported/Eigen/src/Splines/ |
D | Spline.h | 43 typedef typename SplineTraits<Spline>::PointType PointType; typedef 112 PointType operator()(Scalar u) const; 297 …typename Spline<_Scalar, _Dim, _Degree>::PointType Spline<_Scalar, _Dim, _Degree>::operator()(Scal… in operator()
|
D | SplineFwd.h | 47 typedef Array<Scalar,Dimension,1> PointType;
|