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

  /frameworks/native/include/gui/
GLConsumer.h 176 // getCurrentCrop returns the cropping rectangle of the current buffer.
177 Rect getCurrentCrop() const;
  /frameworks/native/libs/gui/tests/
SurfaceTextureGL_test.cpp 528 Rect r = mST->getCurrentCrop();
560 Rect r = mST->getCurrentCrop();
571 r = mST->getCurrentCrop();
583 r = mST->getCurrentCrop();
SurfaceTextureClient_test.cpp 488 Rect crop = mST->getCurrentCrop();
  /frameworks/native/libs/gui/
GLConsumer.cpp 870 Rect GLConsumer::getCurrentCrop() const {
898 ST_LOGV("getCurrentCrop final crop [%d,%d,%d,%d]",
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp     [all...]

Completed in 236 milliseconds