Searched refs:TopRight (Results 1 - 7 of 7) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/
H A DBlock.h18 * \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/
H A DConstants.h201 enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight }; enumerator in enum:Eigen::CornerType
/external/eigen/test/
H A Dgeo_alignedbox.cpp122 VERIFY_IS_APPROX( M, box.corner( BoxType::TopRight ) );
/external/eigen/Eigen/src/Geometry/
H A DAlignedBox.h48 TopLeft=2, TopRight=3, enumerator in enum:Eigen::AlignedBox::CornerType
138 * BottomLeft, BottomRight, TopLeft, TopRight.
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h386 FXT_POINT TopRight() const function in class:CFX_RTemplate
412 void TopRight(FXT_POINT tr) function in class:CFX_RTemplate
/external/chromium_org/ash/wm/
H A Dtoplevel_window_event_handler_unittest.cc174 TEST_F(ToplevelWindowEventHandlerTest, TopRight) {
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h728 res.template corner<Dim,1>(TopRight) = - res.template corner<Dim,Dim>(TopLeft) * translation();

Completed in 500 milliseconds