Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGL_test.cpp556 Rect r = mST->getCurrentCrop(); in TEST_F()
588 Rect r = mST->getCurrentCrop(); in TEST_F()
599 r = mST->getCurrentCrop(); in TEST_F()
611 r = mST->getCurrentCrop(); in TEST_F()
H A DSurfaceTextureClient_test.cpp509 Rect crop = mST->getCurrentCrop(); in TEST_F()
/aosp12/frameworks/native/libs/nativedisplay/include/surfacetexture/
H A DSurfaceTexture.h213 Rect getCurrentCrop() const;
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferLayerConsumer.h158 Rect getCurrentCrop() const;
H A DBufferLayerConsumer.cpp379 Rect BufferLayerConsumer::getCurrentCrop() const { in getCurrentCrop() function in android::BufferLayerConsumer
H A DBufferQueueLayer.cpp555 mBufferInfo.mCrop = mConsumer->getCurrentCrop(); in gatherBufferInfo()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DGLConsumer.h189 Rect getCurrentCrop() const;
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DSurfaceTexture.cpp407 Rect SurfaceTexture::getCurrentCrop() const { in getCurrentCrop() function in android::SurfaceTexture
/aosp12/frameworks/native/libs/gui/
H A DGLConsumer.cpp817 Rect GLConsumer::getCurrentCrop() const { in getCurrentCrop() function in android::GLConsumer