Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSurfaceTextureGL_test.cpp557 Rect r = mST->getCurrentCrop(); in TEST_F()
589 Rect r = mST->getCurrentCrop(); in TEST_F()
600 r = mST->getCurrentCrop(); in TEST_F()
612 r = mST->getCurrentCrop(); in TEST_F()
DSurfaceTextureClient_test.cpp499 Rect crop = mST->getCurrentCrop(); in TEST_F()
/frameworks/native/libs/nativedisplay/include/surfacetexture/
DSurfaceTexture.h214 Rect getCurrentCrop() const;
/frameworks/native/libs/gui/include/gui/
DGLConsumer.h193 Rect getCurrentCrop() const;
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp409 Rect SurfaceTexture::getCurrentCrop() const { in getCurrentCrop() function in android::SurfaceTexture
/frameworks/native/libs/gui/
DGLConsumer.cpp817 Rect GLConsumer::getCurrentCrop() const { in getCurrentCrop() function in android::GLConsumer