Home
last modified time | relevance | path

Searched defs:setTransformToDisplayInverse (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.cpp265 bool BufferStateLayer::setTransformToDisplayInverse(bool transformToDisplayInverse) { in setTransformToDisplayInverse() function in android::BufferStateLayer
H A DLayer.h423 virtual bool setTransformToDisplayInverse(bool /*transformToDisplayInverse*/) { return false; }; in setTransformToDisplayInverse() function
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1277 SurfaceComposerClient::Transaction::setTransformToDisplayInverse(const sp<SurfaceControl>& sc, in setTransformToDisplayInverse() function in android::SurfaceComposerClient::Transaction