Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
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()
DSurfaceTextureClient_test.cpp511 Rect crop = mST->getCurrentCrop(); in TEST_F()
/frameworks/base/libs/hwui/surfacetexture/
DSurfaceTexture.h200 Rect getCurrentCrop() const;
DSurfaceTexture.cpp419 Rect SurfaceTexture::getCurrentCrop() const { in getCurrentCrop() function in android::SurfaceTexture
/frameworks/native/services/surfaceflinger/
DBufferLayerConsumer.h160 Rect getCurrentCrop() const;
DBufferQueueLayer.cpp176 return mConsumer->getCurrentCrop(); in getDrawingCrop()
DBufferLayerConsumer.cpp391 Rect BufferLayerConsumer::getCurrentCrop() const { in getCurrentCrop() function in android::BufferLayerConsumer
/frameworks/native/libs/gui/include/gui/
DGLConsumer.h189 Rect getCurrentCrop() const;
/frameworks/native/libs/gui/
DGLConsumer.cpp817 Rect GLConsumer::getCurrentCrop() const { in getCurrentCrop() function in android::GLConsumer