Searched refs:TopRight (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 | 91 linePath.AddLine(rtLine.TopRight(), rtLine.BottomLeft()); in RenderWidget()
|
D | xfa_ffwidget.cpp | 1274 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/ |
D | geo_alignedbox.cpp | 131 VERIFY_IS_APPROX( M, box.corner( BoxType::TopRight ) ); in specificTest1()
|
/external/pdfium/xfa/fde/ |
D | cfde_path.cpp | 206 LineTo(rect.TopRight()); in AddRectangle()
|
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 52 TopLeft=2, TopRight=3, enumerator
|
/external/eigen/doc/ |
D | A05_PortingFrom2To3.dox | 52 matrix.corner(TopRight,r,c) 56 matrix.corner<r,c>(TopRight)
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 332 PointType TopRight() const { return PointType(left + width, top); } in TopRight() function
|