Searched refs:hwc_rect (Results 1 - 16 of 16) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dhwcomposer.h50 typedef struct hwc_rect { struct
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.h265 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2);
308 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary);
H A Dhwc_mdpcomp.cpp484 struct hwc_rect roi = (struct hwc_rect){0, 0, 0, 0};
485 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres,
526 hwc_rect l_roi = ctx->listStats[mDpy].lRoi;
527 hwc_rect r_roi = ctx->listStats[mDpy].rRoi;
596 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
597 struct hwc_rect r_frame = (struct hwc_rect){lSpli
[all...]
H A Dhwc_utils.cpp838 hwc_rect outRect = {0, 0, dstWidth, dstHeight};
1103 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2)
1109 bool isValidRect(const hwc_rect& rect)
1151 hwc_rect_t getUnion(const hwc_rect &rect1, const hwc_rect &rect2)
2218 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes};
2219 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2221 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};
2222 ctx->listStats[dpy].rRoi = (struct hwc_rect){
[all...]
H A Dhwc_copybit.cpp534 hwc_rect tmp_hwc_rect = {0,0,tmp_rect.r,tmp_rect.b};
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h285 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2);
326 hwc_rect_t getSanitizeROI(struct hwc_rect roi, hwc_rect boundary);
H A Dhwc_mdpcomp.cpp495 struct hwc_rect roi = (struct hwc_rect){0, 0, 0, 0};
496 hwc_rect fullFrame = (struct hwc_rect) {0, 0,(int)ctx->dpyAttr[mDpy].xres,
537 hwc_rect l_roi = ctx->listStats[mDpy].lRoi;
538 hwc_rect r_roi = ctx->listStats[mDpy].rRoi;
607 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h};
608 struct hwc_rect r_frame = (struct hwc_rect){lSpli
[all...]
H A Dhwc_utils.cpp1089 bool isSameRect(const hwc_rect& rect1, const hwc_rect& rect2)
1095 bool isValidRect(const hwc_rect& rect)
1144 hwc_rect_t getUnion(const hwc_rect &rect1, const hwc_rect &rect2)
2234 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0, lSplit, fbYRes};
2235 ctx->listStats[dpy].rRoi = (struct hwc_rect){lSplit, 0, fbXRes, fbYRes};
2237 ctx->listStats[dpy].lRoi = (struct hwc_rect){0, 0,fbXRes, fbYRes};
2238 ctx->listStats[dpy].rRoi = (struct hwc_rect){0, 0, 0, 0};
2242 hwc_rect_t getSanitizeROI(struct hwc_rect ro
[all...]
H A Dhwc_copybit.cpp910 hwc_rect tmp_hwc_rect = {0,0,tmp_rect.r,tmp_rect.b};
/hardware/qcom/display/msm8226/libvirtual/
H A Dvirtual.cpp145 hwc_rect r = {0, 0, 0, 0};
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp197 inline int WIDTH(const hwc_rect &rect) { return rect.right - rect.left; }
198 inline int HEIGHT(const hwc_rect &rect) { return rect.bottom - rect.top; }
829 inline bool intersect(const hwc_rect &r1, const hwc_rect &r2)
837 inline hwc_rect intersection(const hwc_rect &r1, const hwc_rect &r2)
839 hwc_rect i;
907 android::Vector<hwc_rect> rects;
908 android::Vector<hwc_rect> overlap
[all...]
/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.cpp613 hwc_rect r = {0, 0, 0, 0};
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp434 hwc_rect tmp_hwc_rect = {0,0,tmp_rect.r,tmp_rect.b};
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_copybit.cpp464 hwc_rect tmp_hwc_rect = {0,0,tmp_rect.r,tmp_rect.b};
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c561 static void set_ext_matrix(omap4_hwc_ext_t *ext, struct hwc_rect region)
592 crop_to_rect(struct dss2_ovl_cfg *cfg, struct hwc_rect vis_rect)
1163 struct hwc_rect region = {
2104 struct hwc_rect fb_region = { .right = hwc_dev->fb_dev->base.width, .bottom = hwc_dev->fb_dev->base.height };
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c750 static void set_ext_matrix(omap4_hwc_ext_t *ext, struct hwc_rect region)
781 crop_to_rect(struct dss2_ovl_cfg *cfg, struct hwc_rect vis_rect)
1439 struct hwc_rect region = {
2862 struct hwc_rect fb_region = { .right = hwc_dev->fb_dev->base.width, .bottom = hwc_dev->fb_dev->base.height };

Completed in 419 milliseconds