Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:hw_w

2930     const uint32_t hw_w = hw->getWidth();
2932 const bool filtering = reqWidth != hw_w || reqWidth != hw_h;
2938 engine.setViewportAndProjection(reqWidth, reqHeight, hw_w, hw_h, yswap);
2975 const uint32_t hw_w = hw->getWidth();
2978 if ((reqWidth > hw_w) || (reqHeight > hw_h)) {
2980 reqWidth, reqHeight, hw_w, hw_h);
2984 reqWidth = (!reqWidth) ? hw_w : reqWidth;