Home
last modified time | relevance | path

Searched defs:renderArea (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/
DColorLayer.cpp51 bool ColorLayer::prepareClientLayer(const RenderArea& renderArea, const Region& clip, in prepareClientLayer()
DBufferLayer.cpp134 bool BufferLayer::prepareClientLayer(const RenderArea& renderArea, const Region& clip, in prepareClientLayer()
DLayer.cpp515 bool Layer::prepareClientLayer(const RenderArea& renderArea, const Region& clip, in prepareClientLayer()
521 bool Layer::prepareClientLayer(const RenderArea& renderArea, bool useIdentityTransform, in prepareClientLayer()
621 void Layer::computeGeometry(const RenderArea& renderArea, in computeGeometry()
DSurfaceFlinger.cpp3402 const DisplayRenderArea renderArea(displayDevice); in doComposeSurfaces() local
5681 DisplayRenderArea renderArea(display, sourceCrop, reqWidth, reqHeight, reqDataspace, in captureScreen() local
5744 DisplayRenderArea renderArea(display, Rect(), width, height, *outDataspace, captureOrientation, in captureScreen() local
5897 LayerRenderArea renderArea(this, parent, crop, reqWidth, reqHeight, reqDataspace, childrenOnly); in captureLayers() local
5924 status_t SurfaceFlinger::captureScreenCommon(RenderArea& renderArea, in captureScreenCommon()
5944 status_t SurfaceFlinger::captureScreenCommon(RenderArea& renderArea, in captureScreenCommon()
6012 void SurfaceFlinger::renderScreenImplLocked(const RenderArea& renderArea, in renderScreenImplLocked()
6115 status_t SurfaceFlinger::captureScreenImplLocked(const RenderArea& renderArea, in captureScreenImplLocked()
DRegionSamplingThread.cpp404 DisplayRenderArea renderArea(device, screencapRegion.bounds(), sampledArea.getWidth(), in captureSample() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h281 const RenderArea& renderArea, SurfaceFlinger::TraverseLayersFunction traverseLayers, in captureScreenImplLocked()
DCompositionTest.cpp229 DisplayRenderArea renderArea(mDisplay, sourceCrop, DEFAULT_DISPLAY_WIDTH, in captureScreenComposition() local