Searched refs:BottomRight (Results 1 – 8 of 8) sorted by relevance
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 257 enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight }; enumerator
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffpath.cpp | 93 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget()
|
D | xfa_ffwidget.cpp | 1293 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/ |
D | geo_alignedbox.cpp | 134 VERIFY_IS_APPROX( bottomRight, box.corner( BoxType::BottomRight ) ); in specificTest1()
|
/external/pdfium/xfa/fde/ |
D | cfde_path.cpp | 207 LineTo(rect.BottomRight()); in AddRectangle()
|
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 51 BottomLeft=0, BottomRight=1, enumerator
|
/external/eigen/doc/ |
D | A05_PortingFrom2To3.dox | 54 matrix.corner(BottomRight,r,c) 58 matrix.corner<r,c>(BottomRight)
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 334 PointType BottomRight() const { in BottomRight() function
|