Home
last modified time | relevance | path

Searched defs:bufferCrop (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.cpp284 bool BufferStateLayer::setBufferCrop(const Rect& bufferCrop) { in setBufferCrop()
912 Rect bufferCrop; in computeBufferCrop() local
H A DLayer.h282 Rect bufferCrop; member
/aosp12/frameworks/native/libs/gui/tests/
H A DBLASTBufferQueue_test.cpp582 Rect bufferCrop(200, 200, 700, 700); in TEST_F() local
649 Rect bufferCrop(100, 100, 350, 350); in TEST_F() local
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerTypeAndRenderTypeTransaction_test.cpp374 const Rect bufferCrop(0, 0, 150, 750); in TEST_P() local
/aosp12/frameworks/native/libs/gui/include/gui/
H A DLayerState.h234 Rect bufferCrop; member
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1717 const sp<SurfaceControl>& sc, const Rect& bufferCrop) { in setBufferCrop()