OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentCrop
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/include/gui/
SurfaceTexture.h
188
//
getCurrentCrop
returns the cropping rectangle of the current buffer
189
Rect
getCurrentCrop
() const;
/frameworks/base/services/surfaceflinger/
Layer.cpp
432
const Rect crop(mSurfaceTexture->
getCurrentCrop
());
/frameworks/base/libs/gui/
SurfaceTexture.cpp
960
Rect SurfaceTexture::
getCurrentCrop
() const {
[
all
...]
Completed in 81 milliseconds