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 540 Rect r = mST->getCurrentCrop();
572 Rect r = mST->getCurrentCrop();
583 r = mST->getCurrentCrop();
595 r = mST->getCurrentCrop();
SurfaceTextureClient_test.cpp 495 Rect crop = mST->getCurrentCrop();
  /frameworks/native/libs/gui/
GLConsumer.cpp 883 Rect GLConsumer::getCurrentCrop() const {
918 GLC_LOGV("getCurrentCrop final crop [%d,%d,%d,%d]",
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp     [all...]

Completed in 104 milliseconds