Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-isolate-declaration.cpp115 Point TopLeft; member in Rectangle
119 Rectangle(Point TopLeft, Point BottomRight) : TopLeft(TopLeft), BottomRight(BottomRight) {} in Rectangle()
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h52 TopLeft=2, TopRight=3, enumerator
/external/eigen/Eigen/src/Core/util/
DConstants.h257 enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight }; enumerator
/external/pdfium/core/fxcrt/
Dfx_coordinates.h430 PointType TopLeft() const { return PointType(left, top); } in TopLeft() function