Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSurfaceTextureGL_test.cpp528 Rect r = mST->getCurrentCrop(); in TEST_F()
560 Rect r = mST->getCurrentCrop(); in TEST_F()
571 r = mST->getCurrentCrop(); in TEST_F()
583 r = mST->getCurrentCrop(); in TEST_F()
DSurfaceTextureClient_test.cpp488 Rect crop = mST->getCurrentCrop(); in TEST_F()
/frameworks/native/include/gui/
DGLConsumer.h177 Rect getCurrentCrop() const;
/frameworks/native/libs/gui/
DGLConsumer.cpp870 Rect GLConsumer::getCurrentCrop() const { in getCurrentCrop() function in android::GLConsumer
/frameworks/native/services/surfaceflinger/
DLayer.cpp1274 Rect crop(mSurfaceFlingerConsumer->getCurrentCrop()); in latchBuffer()