Searched refs:setTransformToDisplayInverse (Results 1 – 8 of 8) sorted by relevance
67 bool setTransformToDisplayInverse(bool transformToDisplayInverse) override;
150 bool BufferStateLayer::setTransformToDisplayInverse(bool transformToDisplayInverse) { in setTransformToDisplayInverse() function in android::BufferStateLayer
312 virtual bool setTransformToDisplayInverse(bool /*transformToDisplayInverse*/) { return false; }; in setTransformToDisplayInverse() function
4077 if (layer->setTransformToDisplayInverse(s.transformToDisplayInverse)) in setClientStateLocked()
389 transaction->setTransformToDisplayInverse(surfaceControl, transformToInverseDisplay); in ASurfaceTransaction_setGeometry()
396 Transaction& setTransformToDisplayInverse(const sp<SurfaceControl>& sc,
874 SurfaceComposerClient::Transaction::setTransformToDisplayInverse(const sp<SurfaceControl>& sc, in setTransformToDisplayInverse() function in android::SurfaceComposerClient::Transaction
2757 Transaction().setTransformToDisplayInverse(layer, false).apply(); in TEST_F()2761 Transaction().setTransformToDisplayInverse(layer, true).apply(); in TEST_F()