OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentCrop
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/include/gui/
GLConsumer.h
177
//
getCurrentCrop
returns the cropping rectangle of the current buffer.
178
Rect
getCurrentCrop
() const;
/frameworks/native/libs/gui/tests/
SurfaceTextureGL_test.cpp
557
Rect r = mST->
getCurrentCrop
();
589
Rect r = mST->
getCurrentCrop
();
600
r = mST->
getCurrentCrop
();
612
r = mST->
getCurrentCrop
();
SurfaceTextureClient_test.cpp
511
Rect crop = mST->
getCurrentCrop
();
/frameworks/native/libs/gui/
GLConsumer.cpp
926
Rect GLConsumer::
getCurrentCrop
() const {
[
all
...]
/frameworks/native/services/surfaceflinger/
Layer.cpp
[
all
...]
Completed in 88 milliseconds