OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:global_rect
(Results
1 - 3
of
3
) sorted by null
/development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp
131
BlendRect
global_rect
;
local
133
global_rect
.lft =
global_rect
.bot = 2e30; // min values
134
global_rect
.rgt =
global_rect
.top = -2e30; // max values
161
ClipRect(mb->brect,
global_rect
);
207
fullRect.left = (int) floor(
global_rect
.lft); // min-x
208
fullRect.top = (int) floor(
global_rect
.bot); // min-y
209
fullRect.right = (int) ceil(
global_rect
.rgt); // max-x
210
fullRect.bottom = (int) ceil(
global_rect
.top);// max-
[
all
...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp
136
BlendRect
global_rect
;
local
138
global_rect
.lft =
global_rect
.bot = 2e30; // min values
139
global_rect
.rgt =
global_rect
.top = -2e30; // max values
166
ClipRect(mb->brect,
global_rect
);
212
fullRect.left = (int) floor(
global_rect
.lft); // min-x
213
fullRect.top = (int) floor(
global_rect
.bot); // min-y
214
fullRect.right = (int) ceil(
global_rect
.rgt); // max-x
215
fullRect.bottom = (int) ceil(
global_rect
.top);// max-
[
all
...]
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp
136
BlendRect
global_rect
;
local
138
global_rect
.lft =
global_rect
.bot = 2e30; // min values
139
global_rect
.rgt =
global_rect
.top = -2e30; // max values
166
ClipRect(mb->brect,
global_rect
);
212
fullRect.left = (int) floor(
global_rect
.lft); // min-x
213
fullRect.top = (int) floor(
global_rect
.bot); // min-y
214
fullRect.right = (int) ceil(
global_rect
.rgt); // max-x
215
fullRect.bottom = (int) ceil(
global_rect
.top);// max-
[
all
...]
Completed in 833 milliseconds