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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2930 const uint32_t hw_w = hw->getWidth(); local
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(); local
2978 if ((reqWidth > hw_w) || (reqHeight > hw_h)) {
2980 reqWidth, reqHeight, hw_w, hw_h);
2984 reqWidth = (!reqWidth) ? hw_w : reqWidth;

Completed in 67 milliseconds