Searched refs:TopRight (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 125 cp2 = rtWidget.TopRight(); in GetFillPath() 135 cp1 = rtWidget.TopRight(); in GetFillPath() 499 cp2 = rtWidget.TopRight(); in GetPath() 517 cp1 = rtWidget.TopRight(); in GetPath()
|
D | xfa_basic_data_enum.cpp | 138 {0x67bef031, L"topRight", XFA_AttributeEnum::TopRight},
|
D | cxfa_itemlayoutprocessor.cpp | 1081 case XFA_AttributeEnum::TopRight: in CalculatePositionedContainerPos()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffline.cpp | 126 linePath.AddLine(rtLine.TopRight(), rtLine.BottomLeft()); in RenderWidget()
|
D | fxfa_basic.h | 225 TopRight, enumerator
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 257 enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight }; enumerator
|
/external/eigen/test/ |
D | geo_alignedbox.cpp | 131 VERIFY_IS_APPROX( M, box.corner( BoxType::TopRight ) ); in specificTest1()
|
/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 | 507 PointType TopRight() const { return PointType(left + width, top); } in TopRight() function
|