Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A Dangletypes.h128 struct RectangleImpl struct
130 RectangleImpl() : x(T(0)), y(T(0)), width(T(0)), height(T(0)) {} in RectangleImpl() function
131 constexpr RectangleImpl(T x_in, T y_in, T width_in, T height_in) in RectangleImpl() function
134 explicit constexpr RectangleImpl(const T corners[4]) in RectangleImpl() function
141 explicit constexpr RectangleImpl(const RectangleImpl<S> rect) in RectangleImpl() argument
154 RectangleImpl<T> flip(bool flipX, bool flipY) const in flip() argument
171 RectangleImpl<T> removeReversal() const { return flip(isReversedX(), isReversedY()); } in removeReversal() argument
173 bool encloses(const RectangleImpl<T> &inside) const in encloses() argument
188 bool operator==(const RectangleImpl<T> &a, const RectangleImpl<T> &b); argument