/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.cpp | 782 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()
|
D | hwc_mdpcomp.cpp | 275 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/ |
D | hwc_fbupdate.cpp | 304 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()
|
D | hwc_utils.cpp | 724 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()
|
D | hwc_mdpcomp.cpp | 612 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/ |
D | hwc_fbupdate.cpp | 298 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()
|
D | hwc_utils.cpp | 737 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()
|
D | hwc_mdpcomp.cpp | 605 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/ |
D | hwc_fbupdate.cpp | 293 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()
|
D | hwc_utils.cpp | 902 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()
|
D | hwc_mdpcomp.cpp | 714 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()
|