Home
last modified time | relevance | path

Searched refs:BottomRight (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.cpp93 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget()
Dxfa_ffwidget.cpp1293 cp2 = rtWidget.BottomRight(); in XFA_BOX_GetPath()
1311 cp1 = rtWidget.BottomRight(); in XFA_BOX_GetPath()
1475 cp2 = rtWidget.BottomRight(); in XFA_BOX_GetFillPath()
1485 cp1 = rtWidget.BottomRight(); in XFA_BOX_GetFillPath()
/external/eigen/test/
Dgeo_alignedbox.cpp134 VERIFY_IS_APPROX( bottomRight, box.corner( BoxType::BottomRight ) ); in specificTest1()
/external/pdfium/xfa/fde/
Dcfde_path.cpp207 LineTo(rect.BottomRight()); in AddRectangle()
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h51 BottomLeft=0, BottomRight=1, enumerator
/external/eigen/doc/
DA05_PortingFrom2To3.dox54 matrix.corner(BottomRight,r,c)
58 matrix.corner<r,c>(BottomRight)
/external/pdfium/core/fxcrt/
Dfx_coordinates.h334 PointType BottomRight() const { in BottomRight() function