Searched refs:setTransformToDisplayInverse (Results 1 – 11 of 11) sorted by relevance
33 Transaction().setTransformToDisplayInverse(layer, false).apply(); in TEST_F()37 Transaction().setTransformToDisplayInverse(layer, true).apply(); in TEST_F()
57 bool setTransformToDisplayInverse(bool transformToDisplayInverse) override;
421 virtual bool setTransformToDisplayInverse(bool /*transformToDisplayInverse*/) { return false; }; in setTransformToDisplayInverse() function
212 bool BufferStateLayer::setTransformToDisplayInverse(bool transformToDisplayInverse) { in setTransformToDisplayInverse() function in android::BufferStateLayer
4505 if (layer->setTransformToDisplayInverse(s.transformToDisplayInverse)) in setClientStateLocked()
132 layer->setTransformToDisplayInverse(mFdp.ConsumeBool()); in invokeBufferStateLayer()
407 transaction->setTransformToDisplayInverse(surfaceControl, transformToInverseDisplay); in ASurfaceTransaction_setGeometry()444 transaction->setTransformToDisplayInverse(surfaceControl, transformToInverseDisplay); in ASurfaceTransaction_setBufferTransform()
525 Transaction& setTransformToDisplayInverse(const sp<SurfaceControl>& sc,
589 t->setTransformToDisplayInverse(mSurfaceControl, bufferItem.mTransformToDisplayInverse); in acquireNextBufferLocked()
1450 SurfaceComposerClient::Transaction::setTransformToDisplayInverse(const sp<SurfaceControl>& sc, in setTransformToDisplayInverse() function in android::SurfaceComposerClient::Transaction
716 transaction->setTransformToDisplayInverse(ctrl, transformToInverseDisplay); in nativeSetBufferTransform()