Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h54 struct RectangleImpl struct
56 RectangleImpl() : x(T(0)), y(T(0)), width(T(0)), height(T(0)) {} in RectangleImpl() function
57 constexpr RectangleImpl(T x_in, T y_in, T width_in, T height_in) in RectangleImpl() argument
60 explicit constexpr RectangleImpl(const T corners[4]) in RectangleImpl() argument
67 explicit constexpr RectangleImpl(const RectangleImpl<S> rect) in RectangleImpl() argument
80 RectangleImpl<T> flip(bool flipX, bool flipY) const in flip() argument
82 RectangleImpl flipped = *this; in flip()
97 RectangleImpl<T> removeReversal() const { return flip(isReversedX(), isReversedY()); } in removeReversal() argument
99 bool encloses(const RectangleImpl<T> &inside) const in encloses() argument
114 bool operator==(const RectangleImpl<T> &a, const RectangleImpl<T> &b); argument
[all …]
Dangletypes.cpp630 bool RectangleImpl<int>::empty() const in empty()
636 bool RectangleImpl<float>::empty() const in empty()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DFrameBufferMtl.mm273 using FloatRectangle = gl::RectangleImpl<float>;