Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DRect.h25 template <class T> struct Rect { struct
27 Rect(T w, T h) : width(w), height(h) {} in Rect() argument
30 bool operator==(const Rect& rhs) const { argument
34 size_t area() const { return size_t(width) * height; } in area()
/device/generic/vulkan-cereal/fake-android-guest/ui/
DRect.h34 inline Rect() : Rect(INVALID_RECT) {} in Rect() function
36 inline Rect(T w, T h) { in Rect() function
47 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) { in Rect() function
53 inline Rect(const Point& lt, const Point& rb) { in Rect() function
59 inline explicit Rect(const FloatRect& floatRect) { in Rect() function
DGralloc2.h53 struct Rect { struct
54 int32_t left;
55 int32_t top;
56 int32_t width;
57 int32_t height;
DGraphicBufferMapper.h31 class Rect; variable
/device/generic/vulkan-cereal/include/render-utils/
DRenderer.h49 } Rect; typedef
/device/generic/goldfish-opengl/system/hwc3/
DLayer.cpp87 const std::vector<std::optional<common::Rect>>& /*damage*/) { in setSurfaceDamage()
DDisplay.cpp765 const std::vector<common::Rect>& /*damage*/) { in setClientTarget()