Searched defs:hw_w (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp275 int hw_w = ctx->dpyAttr[mDpy].xres; local
281 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) {
282 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
955 int hw_w = ctx->dpyAttr[mDpy].xres; local
961 if(dst.left > hw_w/2) {
963 } else if(dst.right <= hw_w/2) {
976 int hw_w = ctx->dpyAttr[mDpy].xres; local
979 if(dst.left > hw_w/2) {
984 } else if (dst.right <= hw_w/2) {
H A Dhwc_utils.cpp773 int hw_w = ctx->dpyAttr[dpy].xres; local
776 dst.right > hw_w || dst.bottom > hw_h) {
777 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
1017 int hw_w = ctx->dpyAttr[dpy].xres; local
1055 hwc_rect_t scissor = {0, 0, hw_w/2, hw_h };
1061 hwc_rect_t scissor = {hw_w/2, 0, hw_w, hw_h };
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_mdpcomp.cpp267 int hw_w = ctx->dpyAttr[mDpy].xres; local
273 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) {
274 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
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 };
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_mdpcomp.cpp270 int hw_w = ctx->dpyAttr[mDpy].xres; local
276 if(dst.left < 0 || dst.top < 0 || dst.right > hw_w || dst.bottom > hw_h) {
277 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
944 int hw_w = ctx->dpyAttr[mDpy].xres; local
950 if(dst.left > hw_w/2) {
952 } else if(dst.right <= hw_w/2) {
965 int hw_w = ctx->dpyAttr[mDpy].xres; local
968 if(dst.left > hw_w/2) {
973 } else if (dst.right <= hw_w/2) {
H A Dhwc_utils.cpp734 int hw_w = ctx->dpyAttr[dpy].xres; local
737 dst.right > hw_w || dst.bottom > hw_h) {
738 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
963 int hw_w = ctx->dpyAttr[dpy].xres; local
999 hwc_rect_t scissor = {0, 0, hw_w/2, hw_h };
1005 hwc_rect_t scissor = {hw_w/2, 0, hw_w, hw_h };

Completed in 16 milliseconds