Home
last modified time | relevance | path

Searched refs:TopRight (Results 1 – 8 of 8) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DConstants.h257 enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight }; enumerator
/external/pdfium/xfa/fxfa/app/
Dxfa_ffpath.cpp91 linePath.AddLine(rtLine.TopRight(), rtLine.BottomLeft()); in RenderWidget()
Dxfa_ffwidget.cpp1274 cp2 = rtWidget.TopRight(); in XFA_BOX_GetPath()
1292 cp1 = rtWidget.TopRight(); in XFA_BOX_GetPath()
1464 cp2 = rtWidget.TopRight(); in XFA_BOX_GetFillPath()
1474 cp1 = rtWidget.TopRight(); in XFA_BOX_GetFillPath()
/external/eigen/test/
Dgeo_alignedbox.cpp131 VERIFY_IS_APPROX( M, box.corner( BoxType::TopRight ) ); in specificTest1()
/external/pdfium/xfa/fde/
Dcfde_path.cpp206 LineTo(rect.TopRight()); in AddRectangle()
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h52 TopLeft=2, TopRight=3, enumerator
/external/eigen/doc/
DA05_PortingFrom2To3.dox52 matrix.corner(TopRight,r,c)
56 matrix.corner<r,c>(TopRight)
/external/pdfium/core/fxcrt/
Dfx_coordinates.h332 PointType TopRight() const { return PointType(left + width, top); } in TopRight() function