Searched refs:rect (Results 1 - 25 of 155) sorted by relevance

1234567

/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_priv.h32 copybit_iterator(const copybit_rect_t& rect) { argument
33 mRect = rect;
38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
45 rect->l = me->mRect.l;
46 rect->t = me->mRect.t;
47 rect->r = me->mRect.r;
48 rect->b = me->mRect.b;
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_priv.h32 copybit_iterator(const copybit_rect_t& rect) { argument
33 mRect = rect;
38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
45 rect->l = me->mRect.l;
46 rect->t = me->mRect.t;
47 rect->r = me->mRect.r;
48 rect->b = me->mRect.b;
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit_priv.h32 copybit_iterator(const copybit_rect_t& rect) { argument
33 mRect = rect;
38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
45 rect->l = me->mRect.l;
46 rect->t = me->mRect.t;
47 rect->r = me->mRect.r;
48 rect->b = me->mRect.b;
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_priv.h32 copybit_iterator(const copybit_rect_t& rect) { argument
33 mRect = rect;
38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
45 rect->l = me->mRect.l;
46 rect->t = me->mRect.t;
47 rect->r = me->mRect.r;
48 rect->b = me->mRect.b;
/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit_priv.h32 copybit_iterator(const copybit_rect_t& rect) { argument
33 mRect = rect;
38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
45 rect->l = me->mRect.l;
46 rect->t = me->mRect.t;
47 rect->r = me->mRect.r;
48 rect->b = me->mRect.b;
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit_priv.h32 copybit_iterator(const copybit_rect_t& rect) { argument
33 mRect = rect;
38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
45 rect->l = me->mRect.l;
46 rect->t = me->mRect.t;
47 rect->r = me->mRect.r;
48 rect->b = me->mRect.b;
/hardware/qcom/display/msm8998/libcopybit/
H A Dcopybit_priv.h32 copybit_iterator(const copybit_rect_t& rect) { argument
33 mRect = rect;
38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
45 rect->l = me->mRect.l;
46 rect->t = me->mRect.t;
47 rect->r = me->mRect.r;
48 rect->b = me->mRect.b;
/hardware/qcom/display/sdm845/libcopybit/
H A Dcopybit_priv.h32 copybit_iterator(const copybit_rect_t& rect) { argument
33 mRect = rect;
38 static int iterate(copybit_region_t const * self, copybit_rect_t* rect) { argument
39 if (!self || !rect) {
45 rect->l = me->mRect.l;
46 rect->t = me->mRect.t;
47 rect->r = me->mRect.r;
48 rect->b = me->mRect.b;
/hardware/qcom/display/msm8226/libqdutils/
H A Dqd_utils.cpp98 int srcHeight, hwc_rect_t& rect) {
118 rect.left = x;
119 rect.top = y;
120 rect.right = srcWidth + rect.left;
121 rect.bottom = srcHeight + rect.top;
97 getAspectRatioPosition(int destWidth, int destHeight, int srcWidth, int srcHeight, hwc_rect_t& rect) argument
/hardware/qcom/display/msm8909/libqdutils/
H A Dqd_utils.cpp111 int srcHeight, hwc_rect_t& rect) {
131 rect.left = x;
132 rect.top = y;
133 rect.right = srcWidth + rect.left;
134 rect.bottom = srcHeight + rect.top;
110 getAspectRatioPosition(int destWidth, int destHeight, int srcWidth, int srcHeight, hwc_rect_t& rect) argument
/hardware/qcom/display/msm8994/libqdutils/
H A Dqd_utils.cpp97 int srcHeight, hwc_rect_t& rect) {
117 rect.left = x;
118 rect.top = y;
119 rect.right = srcWidth + rect.left;
120 rect.bottom = srcHeight + rect.top;
96 getAspectRatioPosition(int destWidth, int destHeight, int srcWidth, int srcHeight, hwc_rect_t& rect) argument
/hardware/intel/common/libva/test/common/
H A Dva_display_x11.c95 validate_rect(const VARectangle *rect) argument
97 return (rect &&
98 rect->x >= 0 &&
99 rect->y >= 0 &&
100 rect->width > 0 &&
101 rect->height > 0);
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dlayer_stack.h213 bool operator==(const LayerRect& rect) const {
214 return left == rect.left && right == rect.right && top == rect.top && bottom == rect.bottom;
217 bool operator!=(const LayerRect& rect) const {
218 return !operator==(rect);
227 LayerRect *rect = NULL; //!< Pointer to first element of array. member in struct:sdm::LayerRectArray
/hardware/qcom/display/msm8998/sdm/include/core/
H A Dlayer_stack.h275 bool operator==(const LayerRect& rect) const {
276 return left == rect.left && right == rect.right && top == rect.top && bottom == rect.bottom;
279 bool operator!=(const LayerRect& rect) const {
280 return !operator==(rect);
289 LayerRect *rect = NULL; //!< Pointer to first element of array. member in struct:sdm::LayerRectArray
/hardware/qcom/display/sdm845/sdm/include/core/
H A Dlayer_stack.h276 bool operator==(const LayerRect& rect) const {
277 return left == rect.left && right == rect.right && top == rect.top && bottom == rect.bottom;
280 bool operator!=(const LayerRect& rect) const {
281 return !operator==(rect);
290 LayerRect *rect = NULL; //!< Pointer to first element of array. member in struct:sdm::LayerRectArray
/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Drect.cpp31 #include <utils/rect.h>
39 bool IsValid(const LayerRect &rect) { argument
40 return ((rect.bottom > rect.top) && (rect.right > rect.left));
55 void Normalize(const uint32_t &align_x, const uint32_t &align_y, LayerRect *rect) { argument
56 rect->left = ROUND_UP_ALIGN_UP(rect->left, align_x);
57 rect
81 Reposition(const LayerRect &rect, const int &x_offset, const int &y_offset) argument
[all...]
/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Drect.cpp31 #include <utils/rect.h>
39 bool IsValid(const LayerRect &rect) { argument
40 return ((rect.bottom > rect.top) && (rect.right > rect.left));
55 void Normalize(const uint32_t &align_x, const uint32_t &align_y, LayerRect *rect) { argument
56 rect->left = ROUND_UP_ALIGN_UP(rect->left, align_x);
57 rect
81 Reposition(const LayerRect &rect, const int &x_offset, const int &y_offset) argument
[all...]
H A DAndroid.mk12 rect.cpp \
27 $(SDM_HEADER_PATH)/utils/rect.h \
/hardware/qcom/display/sdm845/sdm/libs/utils/
H A Drect.cpp31 #include <utils/rect.h>
39 bool IsValid(const LayerRect &rect) { argument
40 return ((rect.bottom > rect.top) && (rect.right > rect.left));
55 void Normalize(const uint32_t &align_x, const uint32_t &align_y, LayerRect *rect) { argument
56 rect->left = ROUND_UP_ALIGN_UP(rect->left, align_x);
57 rect
81 Reposition(const LayerRect &rect, const int &x_offset, const int &y_offset) argument
[all...]
H A DAndroid.mk12 rect.cpp \
26 $(SDM_HEADER_PATH)/utils/rect.h \
/hardware/qcom/display/msm8084/libqdutils/
H A Ddisplay_config.h75 int getDisplayVisibleRegion(int dpy, hwc_rect_t &rect);
H A Ddisplay_config.cpp95 int getDisplayVisibleRegion(int dpy, hwc_rect_t &rect) { argument
105 rect.left = outParcel.readInt32();
106 rect.top = outParcel.readInt32();
107 rect.right = outParcel.readInt32();
108 rect.bottom = outParcel.readInt32();
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dblit_engine_c2d.h93 explicit RegionIterator(LayerRectArray rect);
95 static int iterate(copybit_region_t const *self, copybit_rect_t *rect);
102 int ClearTargetBuffer(private_handle_t* hnd, const LayerRect& rect);
/hardware/qcom/display/sdm845/sdm/libs/hwc/
H A Dblit_engine_c2d.h93 explicit RegionIterator(LayerRectArray rect);
95 static int iterate(copybit_region_t const *self, copybit_rect_t *rect);
102 int ClearTargetBuffer(private_handle_t* hnd, const LayerRect& rect);
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_coverlay.c104 pCurrent->rect = *pRect;
138 if (psFirst->rect.i32Left < 0)
139 psFirst->rect.i32Left = 0;
140 else if (psFirst->rect.i32Left > display_width)
141 psFirst->rect.i32Left = display_width;
143 if (psFirst->rect.i32Right < 0)
144 psFirst->rect.i32Right = 0;
145 else if (psFirst->rect.i32Right > display_width)
146 psFirst->rect.i32Right = display_width;
148 if (psFirst->rect
[all...]

Completed in 849 milliseconds

1234567