Searched refs:setTransformToDisplayInverse (Results 1 – 9 of 9) sorted by relevance
33 Transaction().setTransformToDisplayInverse(layer, false).apply(); in TEST_F()37 Transaction().setTransformToDisplayInverse(layer, true).apply(); in TEST_F()
56 bool setTransformToDisplayInverse(bool transformToDisplayInverse) override;
423 virtual bool setTransformToDisplayInverse(bool /*transformToDisplayInverse*/) { return false; }; in setTransformToDisplayInverse() function
265 bool BufferStateLayer::setTransformToDisplayInverse(bool transformToDisplayInverse) { in setTransformToDisplayInverse() function in android::BufferStateLayer
4101 if (layer->setTransformToDisplayInverse(s.transformToDisplayInverse)) in setClientStateLocked()
405 transaction->setTransformToDisplayInverse(surfaceControl, transformToInverseDisplay); in ASurfaceTransaction_setGeometry()442 transaction->setTransformToDisplayInverse(surfaceControl, transformToInverseDisplay); in ASurfaceTransaction_setBufferTransform()
475 Transaction& setTransformToDisplayInverse(const sp<SurfaceControl>& sc,
563 t->setTransformToDisplayInverse(mSurfaceControl, bufferItem.mTransformToDisplayInverse); in acquireNextBufferLocked()
1277 SurfaceComposerClient::Transaction::setTransformToDisplayInverse(const sp<SurfaceControl>& sc, in setTransformToDisplayInverse() function in android::SurfaceComposerClient::Transaction