/hardware/qcom/display/msm8084/libcopybit/ |
H A D | copybit_priv.h | 32 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 D | copybit_priv.h | 32 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 D | copybit_priv.h | 32 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;
|
H A D | copybit.cpp | 126 static bool validateCopybitRect(struct copybit_rect_t *rect) { argument 127 return ((rect->b > rect->t) && (rect->r > rect->l)) ; 259 ALOGE("%d: src={w=%d, h=%d, f=%d, rect={%d,%d,%d,%d}}\n" 260 " dst={w=%d, h=%d, f=%d, rect={%d,%d,%d,%d}}\n" 590 struct copybit_rect_t *rect) 618 if (rect->l < 0 || (uint32_t)(rect [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
H A D | copybit_priv.h | 32 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 D | copybit_priv.h | 32 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 D | copybit_priv.h | 32 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;
|
H A D | copybit.cpp | 126 static bool validateCopybitRect(struct copybit_rect_t *rect) { argument 127 return ((rect->b > rect->t) && (rect->r > rect->l)) ; 262 ALOGE("%d: src={w=%d, h=%d, f=%d, rect={%d,%d,%d,%d}}\n" 263 " dst={w=%d, h=%d, f=%d, rect={%d,%d,%d,%d}}\n" 595 struct copybit_rect_t *rect) 623 if (rect->l < 0 || (uint32_t)(rect [all...] |
/hardware/qcom/display/msm8998/libcopybit/ |
H A D | copybit_priv.h | 32 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 D | copybit_priv.h | 32 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/msm8084/libqdutils/ |
H A D | display_config.cpp | 95 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/msm8909/libqdutils/ |
H A D | qd_utils.cpp | 111 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
|
H A D | cb_utils.cpp | 31 /* get union of two rects into 3rd rect */ 40 int clear (copybit_device_t *copybit, private_handle_t* hnd, hwc_rect_t& rect) argument 43 copybit_rect_t clear_rect = {rect.left, rect.top,rect.right,rect.bottom}; 108 //TO DO :- 1. remove union and call clear for each rect. 120 //disable swap rect if presents
|
H A D | display_config.cpp | 95 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/msm8226/libqdutils/ |
H A D | display_config.cpp | 95 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();
|
H A D | qd_utils.cpp | 98 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/msm8994/libqdutils/ |
H A D | qd_utils.cpp | 97 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
|
H A D | display_config.cpp | 95 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/intel/common/libva/test/common/ |
H A D | va_display_x11.c | 95 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/libqdutils/ |
H A D | display_config.cpp | 105 int getDisplayVisibleRegion(int dpy, hwc_rect_t &rect) { argument 115 rect.left = outParcel.readInt32(); 116 rect.top = outParcel.readInt32(); 117 rect.right = outParcel.readInt32(); 118 rect.bottom = outParcel.readInt32();
|
/hardware/qcom/display/msm8998/libqdutils/ |
H A D | display_config.cpp | 105 int getDisplayVisibleRegion(int dpy, hwc_rect_t &rect) { argument 115 rect.left = outParcel.readInt32(); 116 rect.top = outParcel.readInt32(); 117 rect.right = outParcel.readInt32(); 118 rect.bottom = outParcel.readInt32();
|
/hardware/qcom/display/sdm845/libqdutils/ |
H A D | display_config.cpp | 105 int getDisplayVisibleRegion(int dpy, hwc_rect_t &rect) { argument 115 rect.left = outParcel.readInt32(); 116 rect.top = outParcel.readInt32(); 117 rect.right = outParcel.readInt32(); 118 rect.bottom = outParcel.readInt32();
|
/hardware/intel/img/psb_video/src/x11/ |
H A D | psb_x11.h | 72 psb_x11_win_t rect; member in struct:x11_rect_list
|
/hardware/interfaces/graphics/mapper/2.0/default/ |
H A D | Gralloc1Mapper.cpp | 170 gralloc1_rect_t Gralloc1Mapper::asGralloc1Rect(const IMapper::Rect& rect) { argument 171 return gralloc1_rect_t{rect.left, rect.top, rect.width, rect.height};
|
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
H A D | rect.cpp | 31 #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...] |