Searched refs:hw_w (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp276 int hw_w = ctx->dpyAttr[mDpy].xres; local
282 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) {
283 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
960 int hw_w = ctx->dpyAttr[mDpy].xres; local
966 if(dst.left > hw_w/2) {
968 } else if(dst.right <= hw_w/2) {
981 int hw_w = ctx->dpyAttr[mDpy].xres; local
984 if(dst.left > hw_w/2) {
989 } else if (dst.right <= hw_w/2) {
H A Dhwc_utils.cpp780 int hw_w = ctx->dpyAttr[dpy].xres; local
783 dst.right > hw_w || dst.bottom > hw_h) {
784 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
1024 int hw_w = ctx->dpyAttr[dpy].xres; local
1062 hwc_rect_t scissor = {0, 0, hw_w/2, hw_h };
1068 hwc_rect_t scissor = {hw_w/2, 0, hw_w, hw_h };
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.cpp740 int hw_w = ctx->dpyAttr[dpy].xres; local
743 dst.right > hw_w || dst.bottom > hw_h) {
744 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
981 int hw_w = ctx->dpyAttr[dpy].xres; local
1035 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h };
H A Dhwc_mdpcomp.cpp268 int hw_w = ctx->dpyAttr[mDpy].xres; local
274 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) {
275 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_fbupdate.cpp297 const int hw_w = ctx->dpyAttr[mDpy].xres; local
374 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h };
H A Dhwc_utils.cpp736 int hw_w = ctx->dpyAttr[dpy].xres; local
752 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h };
806 int hw_w = ctx->dpyAttr[dpy].xres; local
809 dst.right > hw_w || dst.bottom > hw_h) {
810 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
1739 int hw_w = ctx->dpyAttr[dpy].xres; local
1811 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h };
H A Dhwc_mdpcomp.cpp593 int hw_w = (int)ctx->dpyAttr[mDpy].xres; local
596 struct hwc_rect r_frame = (struct hwc_rect){lSplit, 0, hw_w, hw_h};
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_fbupdate.cpp300 const int hw_w = ctx->dpyAttr[mDpy].xres; local
371 hwc_rect_t scissorR = {lSplit, 0, hw_w, hw_h };
H A Dhwc_utils.cpp689 int hw_w = ctx->dpyAttr[dpy].xres; local
705 hwc_rect_t scissorR = { lSplit, 0, hw_w, hw_h };
759 int hw_w = ctx->dpyAttr[dpy].xres; local
762 dst.right > hw_w || dst.bottom > hw_h) {
763 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
1680 int hw_w = ctx->dpyAttr[dpy].xres; local
1749 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h };

Completed in 29 milliseconds