Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:reqHeight

3332         Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3373 uint32_t reqWidth, reqHeight;
3383 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3389 sourceCrop(sourceCrop), reqWidth(reqWidth), reqHeight(reqHeight),
3403 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3419 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3432 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3443 static_cast<int32_t>(reqHeight) != hw_h;
3471 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation);
3502 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3517 if ((reqWidth > hw_w) || (reqHeight > hw_h)) {
3519 reqWidth, reqHeight, hw_w, hw_h);
3524 reqHeight = (!reqHeight) ? hw_h : reqHeight;
3555 err = native_window_set_buffers_dimensions(window, reqWidth, reqHeight);
3582 hw, sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, true,
3623 uint32_t* pixels = new uint32_t[reqWidth*reqHeight];
3624 getRenderEngine().readPixels(0, 0, reqWidth, reqHeight, pixels);
3625 checkScreenshot(reqWidth, reqHeight, reqWidth, pixels,