Home
last modified time | relevance | path

Searched refs:setTransformToDisplayInverse (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerTransaction_test.cpp33 Transaction().setTransformToDisplayInverse(layer, false).apply(); in TEST_F()
37 Transaction().setTransformToDisplayInverse(layer, true).apply(); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.h56 bool setTransformToDisplayInverse(bool transformToDisplayInverse) override;
H A DLayer.h423 virtual bool setTransformToDisplayInverse(bool /*transformToDisplayInverse*/) { return false; }; in setTransformToDisplayInverse() function
H A DBufferStateLayer.cpp265 bool BufferStateLayer::setTransformToDisplayInverse(bool transformToDisplayInverse) { in setTransformToDisplayInverse() function in android::BufferStateLayer
H A DSurfaceFlinger.cpp4101 if (layer->setTransformToDisplayInverse(s.transformToDisplayInverse)) in setClientStateLocked()
/aosp12/frameworks/base/native/android/
H A Dsurface_control.cpp405 transaction->setTransformToDisplayInverse(surfaceControl, transformToInverseDisplay); in ASurfaceTransaction_setGeometry()
442 transaction->setTransformToDisplayInverse(surfaceControl, transformToInverseDisplay); in ASurfaceTransaction_setBufferTransform()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h475 Transaction& setTransformToDisplayInverse(const sp<SurfaceControl>& sc,
/aosp12/frameworks/native/libs/gui/
H A DBLASTBufferQueue.cpp563 t->setTransformToDisplayInverse(mSurfaceControl, bufferItem.mTransformToDisplayInverse); in acquireNextBufferLocked()
H A DSurfaceComposerClient.cpp1277 SurfaceComposerClient::Transaction::setTransformToDisplayInverse(const sp<SurfaceControl>& sc, in setTransformToDisplayInverse() function in android::SurfaceComposerClient::Transaction