Searched defs:TopRight (Results 1 – 3 of 3) sorted by relevance
52 TopLeft=2, TopRight=3, enumerator
257 enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight }; enumerator
431 PointType TopRight() const { return PointType(left + width, top); } in TopRight() function