Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:hw_w

267     int hw_w = ctx->dpyAttr[mDpy].xres;
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 };