Home
last modified time | relevance | path

Searched refs:BottomRight (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp136 cp2 = rtWidget.BottomRight(); in GetFillPath()
146 cp1 = rtWidget.BottomRight(); in GetFillPath()
518 cp2 = rtWidget.BottomRight(); in GetPath()
536 cp1 = rtWidget.BottomRight(); in GetPath()
Dxfa_basic_data_enum.cpp124 {0x559f76f3, L"bottomRight", XFA_AttributeEnum::BottomRight},
Dcxfa_itemlayoutprocessor.cpp1099 case XFA_AttributeEnum::BottomRight: in CalculatePositionedContainerPos()
/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp128 linePath.AddLine(rtLine.TopLeft(), rtLine.BottomRight()); in RenderWidget()
Dfxfa_basic.h211 BottomRight, enumerator
/external/eigen/Eigen/src/Core/util/
DConstants.h257 enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight }; enumerator
/external/eigen/test/
Dgeo_alignedbox.cpp134 VERIFY_IS_APPROX( bottomRight, box.corner( BoxType::BottomRight ) ); in specificTest1()
/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.h509 PointType BottomRight() const { in BottomRight() function