Lines Matching refs:reqWidth
5656 uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument
5675 if (reqWidth == 0 || reqHeight == 0) { in captureScreen()
5676 reqWidth = uint32_t(display->getViewport().width()); in captureScreen()
5681 DisplayRenderArea renderArea(display, sourceCrop, reqWidth, reqHeight, reqDataspace, in captureScreen()
5765 int32_t reqWidth, int32_t reqHeight, Dataspace reqDataSpace, in captureLayers() argument
5767 : RenderArea(reqWidth, reqHeight, CaptureFill::CLEAR, reqDataSpace), in captureLayers()
5844 int reqWidth = 0; in captureLayers() local
5875 reqWidth = crop.width() * frameScale; in captureLayers()
5890 if (reqWidth <= 0) { in captureLayers()
5891 reqWidth = 1; in captureLayers()
5897 LayerRenderArea renderArea(this, parent, crop, reqWidth, reqHeight, reqDataspace, childrenOnly); in captureLayers()
6018 const auto reqWidth = renderArea.getReqWidth(); in renderScreenImplLocked() local
6029 clientCompositionDisplay.physicalDisplay = Rect(reqWidth, reqHeight); in renderScreenImplLocked()