HomeSort by relevance Sort by last modified time
    Searched refs:PointType (Results 1 - 4 of 4) sorted by null

  /external/eigen/unsupported/test/
splines.cpp 203 typedef Spline2d::PointType PointType;
218 PointType pt = spline( chord_lengths(i) );
219 PointType ref = points.col(i);
230 PointType pt = spline( chord_lengths(i) );
231 PointType ref = points.col(i);
239 typedef Spline2d::PointType PointType;
262 PointType point = spline(knots(i));
263 PointType referencePoint = points.col(i)
    [all...]
  /external/pdfium/core/fxcrt/
fx_coordinates.h 368 using PointType = CFX_PTemplate<BaseType>;
384 CFX_RTemplate(const PointType& p, BaseType dst_width, BaseType dst_height)
386 CFX_RTemplate(const PointType& p1, const SizeType& s2)
388 CFX_RTemplate(const PointType& p1, const PointType& p2)
395 CFX_RTemplate(const PointType& p, const VectorType& v)
426 RectType& operator+=(const PointType& p) {
431 RectType& operator-=(const PointType& p) {
458 void Inflate(const PointType& p) { Inflate(p.x, p.y); }
477 void Deflate(const PointType& p) { Deflate(p.x, p.y);
    [all...]
  /external/eigen/unsupported/Eigen/src/Splines/
SplineFwd.h 47 typedef Array<Scalar,Dimension,1> PointType;
Spline.h 43 typedef typename SplineTraits<Spline>::PointType PointType;
112 PointType operator()(Scalar u) const;
297 typename Spline<_Scalar, _Dim, _Degree>::PointType Spline<_Scalar, _Dim, _Degree>::operator()(Scalar u) const

Completed in 75 milliseconds