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

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGL_test.cpp557 Rect r = mST->getCurrentCrop();
589 Rect r = mST->getCurrentCrop();
600 r = mST->getCurrentCrop();
612 r = mST->getCurrentCrop();
H A DSurfaceTextureClient_test.cpp511 Rect crop = mST->getCurrentCrop();
/frameworks/native/include/gui/
H A DGLConsumer.h177 // getCurrentCrop returns the cropping rectangle of the current buffer.
178 Rect getCurrentCrop() const;
/frameworks/native/libs/gui/
H A DGLConsumer.cpp926 Rect GLConsumer::getCurrentCrop() const { function in class:android::GLConsumer
961 GLC_LOGV("getCurrentCrop final crop [%d,%d,%d,%d]",
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp2095 Rect crop(mSurfaceFlingerConsumer->getCurrentCrop());

Completed in 62 milliseconds