Searched refs:getCurrentCrop (Results 1 - 5 of 5) sorted by last modified time

/frameworks/native/include/gui/
H A DGLConsumer.h176 // getCurrentCrop returns the cropping rectangle of the current buffer.
177 Rect getCurrentCrop() const;
/frameworks/native/libs/gui/
H A DGLConsumer.cpp870 Rect GLConsumer::getCurrentCrop() const { function in class:android::GLConsumer
898 ST_LOGV("getCurrentCrop final crop [%d,%d,%d,%d]",
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp488 Rect crop = mST->getCurrentCrop();
H A DSurfaceTextureGL_test.cpp528 Rect r = mST->getCurrentCrop();
560 Rect r = mST->getCurrentCrop();
571 r = mST->getCurrentCrop();
583 r = mST->getCurrentCrop();
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1274 Rect crop(mSurfaceFlingerConsumer->getCurrentCrop());

Completed in 70 milliseconds