OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finalCrop
(Results
1 - 8
of
8
) sorted by null
/frameworks/native/include/private/gui/
LayerState.h
66
finalCrop
(Rect::INVALID_RECT), frameNumber(0),
96
Rect
finalCrop
;
/frameworks/native/libs/gui/
LayerState.cpp
41
output.write(
finalCrop
);
69
input.read(
finalCrop
);
SurfaceComposerClient.cpp
405
s->
finalCrop
= crop;
/frameworks/native/services/surfaceflinger/
Layer.cpp
128
mCurrentState.
finalCrop
.makeInvalid();
420
if (!s.
finalCrop
.isEmpty()) {
421
if(!activeCrop.intersect(s.
finalCrop
, &activeCrop)) {
582
if (!s.
finalCrop
.isEmpty()) {
583
if(!frame.intersect(s.
finalCrop
, &frame)) {
816
if (!s.
finalCrop
.isEmpty()) {
817
frame.intersect(s.
finalCrop
, &frame);
865
if (!s.
finalCrop
.isEmpty()) {
866
frame.intersect(s.
finalCrop
, &frame);
[
all
...]
Layer.h
127
Rect
finalCrop
;
SurfaceFlinger.cpp
[
all
...]
SurfaceFlinger_hwc1.cpp
[
all
...]
/frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java
434
final Bitmap
finalCrop
= Bitmap.createScaledBitmap(cropped,
440
Slog.v(TAG, " out: w=" +
finalCrop
.getWidth()
441
+ " h=" +
finalCrop
.getHeight());
446
finalCrop
.compress(Bitmap.CompressFormat.JPEG, 100, bos);
[
all
...]
Completed in 137 milliseconds