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

  /external/eigen/Eigen/src/Eigen2Support/
Block.h 18 * \param type the type of corner. Can be \a Eigen::TopLeft, \a Eigen::TopRight,
42 case TopRight:
62 case TopRight:
73 * \param type the type of corner. Can be \a Eigen::TopLeft, \a Eigen::TopRight,
94 case TopRight:
115 case TopRight:
  /external/eigen/Eigen/src/Core/util/
Constants.h 201 enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight };
  /external/eigen/test/
geo_alignedbox.cpp 122 VERIFY_IS_APPROX( M, box.corner( BoxType::TopRight ) );
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 48 TopLeft=2, TopRight=3,
138 * BottomLeft, BottomRight, TopLeft, TopRight.
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 392 FXT_POINT TopRight() const
418 void TopRight(FXT_POINT tr)
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h 728 res.template corner<Dim,1>(TopRight) = - res.template corner<Dim,Dim>(TopLeft) * translation();

Completed in 256 milliseconds