Home
last modified time | relevance | path

Searched refs:hw_h (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_utils.cpp782 int hw_h = ctx->dpyAttr[dpy].yres; in trimLayer() local
784 dst.right > hw_w || dst.bottom > hw_h) { in trimLayer()
785 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; in trimLayer()
1025 int hw_h = ctx->dpyAttr[dpy].yres; in configureHighRes() local
1062 hwc_rect_t scissor = {0, 0, hw_w/2, hw_h }; in configureHighRes()
1068 hwc_rect_t scissor = {hw_w/2, 0, hw_w, hw_h }; in configureHighRes()
Dhwc_mdpcomp.cpp275 int hw_h = ctx->dpyAttr[mDpy].yres; in isValidDimension() local
280 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) { in isValidDimension()
281 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; in isValidDimension()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_fbupdate.cpp304 const int hw_h = ctx->dpyAttr[mDpy].yres; in configure() local
343 hwc_rect_t scissorL = {0, 0, lSplit, hw_h }; in configure()
380 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h }; in configure()
Dhwc_utils.cpp724 int hw_h = ctx->dpyAttr[dpy].yres; in needsScalingWithSplit() local
733 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h }; in needsScalingWithSplit()
739 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h }; in needsScalingWithSplit()
794 int hw_h = ctx->dpyAttr[dpy].yres; in trimLayer() local
796 dst.right > hw_w || dst.bottom > hw_h) { in trimLayer()
797 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; in trimLayer()
1753 int hw_h = ctx->dpyAttr[dpy].yres; in configureSplit() local
1814 hwc_rect_t scissor = {0, 0, lSplit, hw_h }; in configureSplit()
1823 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h }; in configureSplit()
Dhwc_mdpcomp.cpp612 int hw_h = (int)ctx->dpyAttr[mDpy].yres; in generateROI() local
615 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h}; in generateROI()
616 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h}; in generateROI()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_fbupdate.cpp298 const int hw_h = ctx->dpyAttr[mDpy].yres; in configure() local
337 hwc_rect_t scissorL = {0, 0, lSplit, hw_h }; in configure()
374 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h }; in configure()
Dhwc_utils.cpp737 int hw_h = ctx->dpyAttr[dpy].yres; in needsScalingWithSplit() local
746 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h }; in needsScalingWithSplit()
752 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h }; in needsScalingWithSplit()
807 int hw_h = ctx->dpyAttr[dpy].yres; in trimLayer() local
809 dst.right > hw_w || dst.bottom > hw_h) { in trimLayer()
810 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; in trimLayer()
1748 int hw_h = ctx->dpyAttr[dpy].yres; in configureSplit() local
1810 hwc_rect_t scissor = {0, 0, lSplit, hw_h }; in configureSplit()
1819 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h }; in configureSplit()
Dhwc_mdpcomp.cpp605 int hw_h = (int)ctx->dpyAttr[mDpy].yres; in generateROI() local
608 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h}; in generateROI()
609 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h}; in generateROI()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_fbupdate.cpp293 const int hw_h = ctx->dpyAttr[mDpy].yres; in configure() local
360 hwc_rect_t scissorL = {0, 0, lSplit, hw_h }; in configure()
396 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h }; in configure()
Dhwc_utils.cpp902 int hw_h = ctx->dpyAttr[dpy].yres; in needsScalingWithSplit() local
911 hwc_rect_t scissorL = { 0, 0, lSplit, hw_h }; in needsScalingWithSplit()
917 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h }; in needsScalingWithSplit()
972 int hw_h = ctx->dpyAttr[dpy].yres; in trimLayer() local
974 dst.right > hw_w || dst.bottom > hw_h) { in trimLayer()
975 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; in trimLayer()
2083 int hw_h = ctx->dpyAttr[dpy].yres; in configureSplit() local
2148 hwc_rect_t scissor = {0, 0, lSplit, hw_h }; in configureSplit()
2157 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h }; in configureSplit()
Dhwc_mdpcomp.cpp714 int hw_h = (int)ctx->dpyAttr[mDpy].yres; in generateROI() local
717 struct hwc_rect l_frame = (struct hwc_rect){0, 0, lSplit, hw_h}; in generateROI()
718 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h}; in generateROI()