OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNextCrop
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/gui/
SurfaceTexture.cpp
122
mNextCrop
.makeInvalid();
518
mSlots[buf].mCrop =
mNextCrop
;
565
mNextCrop
= crop;
632
mNextCrop
.makeInvalid();
[
all
...]
/frameworks/base/include/gui/
SurfaceTexture.h
319
// set to
mNextCrop
each time queueBuffer gets called for this buffer.
403
//
mNextCrop
is the crop rectangle that will be used for the next buffer
405
Rect
mNextCrop
;
Completed in 228 milliseconds