OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentCrop
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/libs/gui/
GLConsumer.cpp
155
mCurrentCrop
(Rect::EMPTY_RECT),
183
mCurrentCrop
(Rect::EMPTY_RECT),
321
mCurrentCrop
.makeInvalid();
486
mCurrentCrop
= item.mCrop;
517
mCurrentCrop
);
532
mCurrentCrop
,
809
isEglImageCroppable(
mCurrentCrop
) ? Rect::EMPTY_RECT :
mCurrentCrop
,
929
Rect outCrop =
mCurrentCrop
;
931
uint32_t newWidth = static_cast<uint32_t>(
mCurrentCrop
.width())
[
all
...]
/frameworks/native/include/gui/
GLConsumer.h
386
//
mCurrentCrop
is the crop rectangle that applies to the current texture.
388
Rect
mCurrentCrop
;
/frameworks/native/services/surfaceflinger/
Layer.cpp
107
mCurrentCrop
.makeInvalid();
356
if (!
mCurrentCrop
.isEmpty()) {
358
crop =
mCurrentCrop
;
[
all
...]
Layer.h
560
Rect
mCurrentCrop
;
Completed in 70 milliseconds