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

/frameworks/native/include/gui/
H A DSurfaceTexture.h147 // getCurrentCrop returns the cropping rectangle of the current buffer.
148 Rect getCurrentCrop() const;
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp1200 Rect r = mST->getCurrentCrop();
1234 Rect r = mST->getCurrentCrop();
1245 r = mST->getCurrentCrop();
1257 r = mST->getCurrentCrop();
H A DSurfaceTextureClient_test.cpp456 Rect crop = mST->getCurrentCrop();
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp668 Rect crop(mSurfaceTexture->getCurrentCrop());
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp701 Rect SurfaceTexture::getCurrentCrop() const { function in class:android::SurfaceTexture
729 ST_LOGV("getCurrentCrop final crop [%d,%d,%d,%d]",

Completed in 62 milliseconds