Searched refs:BottomRight (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 136 cp2 = rtWidget.BottomRight(); in GetFillPath() 146 cp1 = rtWidget.BottomRight(); in GetFillPath() 518 cp2 = rtWidget.BottomRight(); in GetPath() 536 cp1 = rtWidget.BottomRight(); in GetPath()
|
D | xfa_basic_data_enum.cpp | 124 {0x559f76f3, L"bottomRight", XFA_AttributeEnum::BottomRight},
|
D | cxfa_itemlayoutprocessor.cpp | 1099 case XFA_AttributeEnum::BottomRight: in CalculatePositionedContainerPos()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffline.cpp | 128 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget()
|
D | fxfa_basic.h | 211 BottomRight, 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 | 134 VERIFY_IS_APPROX( bottomRight, box.corner( BoxType::BottomRight ) ); in specificTest1()
|
/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 | 509 PointType BottomRight() const { in BottomRight() function
|