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()
DSurfaceFlinger.cpp3331 const DisplayRenderArea renderArea(displayDevice); in doComposeSurfaces() local
5560 DisplayRenderArea renderArea(display, sourceCrop, reqWidth, reqHeight, reqDataspace, in captureScreen() local
5623 DisplayRenderArea renderArea(display, Rect(), width, height, *outDataspace, captureOrientation, in captureScreen() local
5776 LayerRenderArea renderArea(this, parent, crop, reqWidth, reqHeight, reqDataspace, childrenOnly); in captureLayers() local
5803 status_t SurfaceFlinger::captureScreenCommon(RenderArea& renderArea, in captureScreenCommon()
5823 status_t SurfaceFlinger::captureScreenCommon(RenderArea& renderArea, in captureScreenCommon()
5891 void SurfaceFlinger::renderScreenImplLocked(const RenderArea& renderArea, in renderScreenImplLocked()
5994 status_t SurfaceFlinger::captureScreenImplLocked(const RenderArea& renderArea, in captureScreenImplLocked()
DBufferLayer.cpp134 bool BufferLayer::prepareClientLayer(const RenderArea& renderArea, const Region& clip, in prepareClientLayer()
DLayer.cpp516 bool Layer::prepareClientLayer(const RenderArea& renderArea, const Region& clip, in prepareClientLayer()
522 bool Layer::prepareClientLayer(const RenderArea& renderArea, bool useIdentityTransform, in prepareClientLayer()
622 void Layer::computeGeometry(const RenderArea& renderArea, in computeGeometry()
DRegionSamplingThread.cpp379 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.cpp219 DisplayRenderArea renderArea(mDisplay, sourceCrop, DEFAULT_DISPLAY_WIDTH, in captureScreenComposition() local