Home
last modified time | relevance | path

Searched refs:getReqHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRenderArea.h72 int getReqHeight() const { return mReqHeight; }; in getReqHeight() function
DDisplayDevice.h287 return width != getReqWidth() || height != getReqHeight(); in needsFiltering()
DSurfaceFlinger.cpp5692 sourceCrop.height() != getReqHeight(); in captureLayers()
5815 getFactory().createGraphicBuffer(renderArea.getReqWidth(), renderArea.getReqHeight(), in captureScreenCommon()
5898 const auto reqHeight = renderArea.getReqHeight(); in renderScreenImplLocked()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp230 mCaptureScreenBuffer = new GraphicBuffer(renderArea.getReqWidth(), renderArea.getReqHeight(), in captureScreenComposition()