Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DBufferStateLayer.h67 bool setTransformToDisplayInverse(bool transformToDisplayInverse) override;
DBufferStateLayer.cpp150 bool BufferStateLayer::setTransformToDisplayInverse(bool transformToDisplayInverse) { in setTransformToDisplayInverse() function in android::BufferStateLayer
DLayer.h312 virtual bool setTransformToDisplayInverse(bool /*transformToDisplayInverse*/) { return false; }; in setTransformToDisplayInverse() function
DSurfaceFlinger.cpp4077 if (layer->setTransformToDisplayInverse(s.transformToDisplayInverse)) in setClientStateLocked()
/frameworks/base/native/android/
Dsurface_control.cpp389 transaction->setTransformToDisplayInverse(surfaceControl, transformToInverseDisplay); in ASurfaceTransaction_setGeometry()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h396 Transaction& setTransformToDisplayInverse(const sp<SurfaceControl>& sc,
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp874 SurfaceComposerClient::Transaction::setTransformToDisplayInverse(const sp<SurfaceControl>& sc, in setTransformToDisplayInverse() function in android::SurfaceComposerClient::Transaction
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp2757 Transaction().setTransformToDisplayInverse(layer, false).apply(); in TEST_F()
2761 Transaction().setTransformToDisplayInverse(layer, true).apply(); in TEST_F()