Lines Matching refs:hw_w
270 int hw_w = ctx->dpyAttr[mDpy].xres;
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;
950 if(dst.left > hw_w/2) {
952 } else if(dst.right <= hw_w/2) {
965 int hw_w = ctx->dpyAttr[mDpy].xres;
968 if(dst.left > hw_w/2) {
973 } else if (dst.right <= hw_w/2) {