Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DLayerTransaction_test.cpp33 Transaction().setTransformToDisplayInverse(layer, false).apply(); in TEST_F()
37 Transaction().setTransformToDisplayInverse(layer, true).apply(); in TEST_F()
/frameworks/base/native/android/
Dsurface_control.cpp444 transaction->setTransformToDisplayInverse(surfaceControl, transformToInverseDisplay); in ASurfaceTransaction_setGeometry()
481 transaction->setTransformToDisplayInverse(surfaceControl, transformToInverseDisplay); in ASurfaceTransaction_setBufferTransform()
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h566 Transaction& setTransformToDisplayInverse(const sp<SurfaceControl>& sc,
/frameworks/native/services/surfaceflinger/
DLayer.h311 bool setTransformToDisplayInverse(bool /*transformToDisplayInverse*/);
DLayer.cpp3003 bool Layer::setTransformToDisplayInverse(bool transformToDisplayInverse) { in setTransformToDisplayInverse() function in android::Layer
DSurfaceFlinger.cpp5643 if (layer->setTransformToDisplayInverse(s.transformToDisplayInverse)) in setClientStateLocked()
5909 if (layer->setTransformToDisplayInverse(s.transformToDisplayInverse)) in updateLayerCallbacksAndStats()
/frameworks/native/libs/gui/
DBLASTBufferQueue.cpp647 t->setTransformToDisplayInverse(mSurfaceControl, bufferItem.mTransformToDisplayInverse); in acquireNextBufferLocked()
DSurfaceComposerClient.cpp1656 SurfaceComposerClient::Transaction::setTransformToDisplayInverse(const sp<SurfaceControl>& sc, in setTransformToDisplayInverse() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp710 transaction->setTransformToDisplayInverse(ctrl, transformToInverseDisplay); in nativeSetBufferTransform()