Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:reqWidth

4207         Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
4247 updateDimensionsLocked(displayDevice, rotationFlags, &reqWidth, &reqHeight);
4270 result = getWindowBuffer(window, reqWidth, reqHeight,
4301 result = captureScreenImplLocked(device, buffer, sourceCrop, reqWidth, reqHeight,
4339 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
4349 const bool filtering = static_cast<int32_t>(reqWidth) != hw_w ||
4383 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation);
4434 uint32_t reqWidth, uint32_t reqHeight,
4484 hw, sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, true,
4526 uint32_t* pixels = new uint32_t[reqWidth*reqHeight];
4527 getRenderEngine().readPixels(0, 0, reqWidth, reqHeight, pixels);
4528 checkScreenshot(reqWidth, reqHeight, reqWidth, pixels,