Searched refs:setDestinationFrame (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | LayerTypeAndRenderTypeTransaction_test.cpp | 332 .setDestinationFrame(layer, Rect(0, 0, layerWidth, layerHeight)) in TEST_P() 392 .setDestinationFrame(layer, Rect(0, 0, layerWidth, layerHeight)) in TEST_P() 464 .setDestinationFrame(layer, Rect(0, 0, layerWidth, layerHeight)) in TEST_P() 467 .setDestinationFrame(child, Rect(0, 0, layerWidth, layerHeight)) in TEST_P()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | BufferStateLayer.h | 86 bool setDestinationFrame(const Rect& destinationFrame) override;
|
H A D | Layer.h | 899 virtual bool setDestinationFrame(const Rect& /* destinationFrame */) { return false; } in setDestinationFrame() function
|
H A D | BufferStateLayer.cpp | 295 bool BufferStateLayer::setDestinationFrame(const Rect& destinationFrame) { in setDestinationFrame() function in android::BufferStateLayer
|
H A D | SurfaceFlinger.cpp | 4199 if (layer->setDestinationFrame(s.destinationFrame)) { in setClientStateLocked()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | BLASTBufferQueue.cpp | 220 destFrameTransaction->setDestinationFrame(mSurfaceControl, in update() 559 t->setDestinationFrame(mSurfaceControl, Rect(0, 0, mSize.getWidth(), mSize.getHeight())); in acquireNextBufferLocked()
|
H A D | SurfaceComposerClient.cpp | 1731 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setDestinationFrame( in setDestinationFrame() function in android::SurfaceComposerClient::Transaction
|
/aosp12/frameworks/base/native/android/ |
H A D | surface_control.cpp | 401 transaction->setDestinationFrame(surfaceControl, destRect); in ASurfaceTransaction_setGeometry()
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | SurfaceComposerClient.h | 566 Transaction& setDestinationFrame(const sp<SurfaceControl>& sc,
|