Home
last modified time | relevance | path

Searched defs:BottomRight (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-isolate-declaration.cpp116 Point BottomRight; member in Rectangle
119 Rectangle(Point TopLeft, Point BottomRight) : TopLeft(TopLeft), BottomRight(BottomRight) {} in Rectangle()
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h51 BottomLeft=0, BottomRight=1, enumerator
/external/eigen/Eigen/src/Core/util/
DConstants.h257 enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight }; enumerator
/external/pdfium/core/fxcrt/
Dfx_coordinates.h433 PointType BottomRight() const { in BottomRight() function