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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2757 const uint32_t hw_w = hw->getWidth(); local
2760 const bool filtering = reqWidth != hw_w || reqWidth != hw_h;
2769 if (yswap) glOrthof(0, hw_w, hw_h, 0, 0, 1);
2770 else glOrthof(0, hw_w, 0, hw_h, 0, 1);
2811 const uint32_t hw_w = hw->getWidth(); local
2820 if ((reqWidth > hw_w) || (reqHeight > hw_h)) {
2822 reqWidth, reqHeight, hw_w, hw_h);
2826 reqWidth = (!reqWidth) ? hw_w : reqWidth;
2881 const uint32_t hw_w = hw->getWidth(); local
2890 if ((reqWidth > hw_w) || (reqHeigh
[all...]

Completed in 48 milliseconds