Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/utils/
Drect.cpp43 bool IsCongruent(const LayerRect &rect1, const LayerRect &rect2) { in IsCongruent()
67 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection()
102 bool Contains(const LayerRect &rect1, const LayerRect &rect2) { in Contains()
111 void Subtract(const LayerRect &rect1, const LayerRect &rect2, LayerRect *res) { in Subtract()
143 LayerRect Subtract(const LayerRect &rect1, const LayerRect &rect2) { in Subtract()
165 LayerRect Union(const LayerRect &rect1, const LayerRect &rect2) { in Union()
/hardware/qcom/display/msm8996/sdm/libs/utils/
Drect.cpp43 bool IsCongruent(const LayerRect &rect1, const LayerRect &rect2) { in IsCongruent()
62 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection()
97 LayerRect Subtract(const LayerRect &rect1, const LayerRect &rect2) { in Subtract()
119 LayerRect Union(const LayerRect &rect1, const LayerRect &rect2) { in Union()
/hardware/qcom/display/msm8998/sdm/libs/utils/
Drect.cpp43 bool IsCongruent(const LayerRect &rect1, const LayerRect &rect2) { in IsCongruent()
62 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection()
97 LayerRect Subtract(const LayerRect &rect1, const LayerRect &rect2) { in Subtract()
119 LayerRect Union(const LayerRect &rect1, const LayerRect &rect2) { in Union()
/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
Drect.cpp43 bool IsCongruent(const LayerRect &rect1, const LayerRect &rect2) { in IsCongruent()
62 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection()
97 LayerRect Subtract(const LayerRect &rect1, const LayerRect &rect2) { in Subtract()
119 LayerRect Union(const LayerRect &rect1, const LayerRect &rect2) { in Union()
/hardware/qcom/display/msm8909/sdm/libs/utils/
Drect.cpp43 bool IsCongruent(const LayerRect &rect1, const LayerRect &rect2) { in IsCongruent()
67 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection()
102 LayerRect Subtract(const LayerRect &rect1, const LayerRect &rect2) { in Subtract()
124 LayerRect Union(const LayerRect &rect1, const LayerRect &rect2) { in Union()
/hardware/qcom/sdm845/display/sdm/libs/utils/
Drect.cpp43 bool IsCongruent(const LayerRect &rect1, const LayerRect &rect2) { in IsCongruent()
67 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) { in Intersection()
102 LayerRect Subtract(const LayerRect &rect1, const LayerRect &rect2) { in Subtract()
124 LayerRect Union(const LayerRect &rect1, const LayerRect &rect2) { in Union()
/hardware/qcom/display/msm8994/libqdutils/
Dcb_utils.cpp32 void getUnion(hwc_rect_t& rect1,hwc_rect_t& rect2, hwc_rect_t& irect) { in getUnion()
/hardware/qcom/display/msm8084/libqdutils/
Dcb_utils.cpp32 void getUnion(hwc_rect_t& rect1,hwc_rect_t& rect2, hwc_rect_t& irect) { in getUnion()
/hardware/qcom/display/msm8226/libqdutils/
Dcb_utils.cpp32 void getUnion(hwc_rect_t& rect1,hwc_rect_t& rect2, hwc_rect_t& irect) { in getUnion()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp1090 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2) in isSameRect()
1124 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2) in getIntersection()
1145 hwc_rect_t getUnion(const hwc_rect &rect1, const hwc_rect &rect2) in getUnion()
1167 hwc_rect_t deductRect(const hwc_rect_t& rect1, const hwc_rect_t& rect2) { in deductRect()
2158 bool isPeripheral(const hwc_rect_t& rect1, const hwc_rect_t& rect2) { in isPeripheral()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp1308 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2) in isSameRect()
1348 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2) in getIntersection()
1369 hwc_rect_t getUnion(const hwc_rect &rect1, const hwc_rect &rect2) in getUnion()
1391 hwc_rect_t deductRect(const hwc_rect_t& rect1, const hwc_rect_t& rect2) { in deductRect()
2501 bool isPeripheral(const hwc_rect_t& rect1, const hwc_rect_t& rect2) { in isPeripheral()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp1103 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2) in isSameRect()
1136 hwc_rect_t getIntersection(const hwc_rect_t& rect1, const hwc_rect_t& rect2) in getIntersection()
1157 hwc_rect_t getUnion(const hwc_rect &rect1, const hwc_rect &rect2) in getUnion()
1179 hwc_rect_t deductRect(const hwc_rect_t& rect1, const hwc_rect_t& rect2) { in deductRect()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp2016 static bool compareRects(const hwc_rect_t& rect1, const hwc_rect_t& rect2) { in compareRects()