Lines Matching refs:hw_w
275 int hw_w = ctx->dpyAttr[mDpy].xres;
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;
961 if(dst.left > hw_w/2) {
963 } else if(dst.right <= hw_w/2) {
976 int hw_w = ctx->dpyAttr[mDpy].xres;
979 if(dst.left > hw_w/2) {
984 } else if (dst.right <= hw_w/2) {