OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottom1
(Results
1 - 7
of
7
) sorted by null
/device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/
geometry_utils.cpp
27
int
bottom1
= layer1.displayFrame.bottom;
local
35
bool overlap_y = top1 < bottom2 && top2 <
bottom1
;
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/
geometry_utils.cpp
27
int
bottom1
= layer1.displayFrame.bottom;
local
35
bool overlap_y = top1 < bottom2 && top2 <
bottom1
;
/external/arm-optimized-routines/math/single/
rredf.c
166
unsigned
bottom1
= (unsigned)mult1, top1 = (unsigned)(mult1 >> 32);
local
171
out2 = top2 +
bottom1
+ carry; carry = carry ? (out2 <= top2) : (out2 < top2);
e_rem_pio2.c
184
unsigned
bottom1
= (unsigned)mult1, top1 = (unsigned)(mult1 >> 32);
local
192
out2 = top2 +
bottom1
;
/external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java
94
private boolean boxIntersect(float left1, float right1, float top1, float
bottom1
,
97
final boolean verticalIntersection = top1 > bottom2 && top2 >
bottom1
;
/external/libxcam/xcore/interface/
stitcher.cpp
416
uint32_t
bottom1
= right_img_seam.pos_y + right_img_seam.height;
417
uint32_t bottom = XCAM_MIN (bottom0,
bottom1
);
/cts/tests/camera/src/android/hardware/cts/
CameraTest.java
[
all
...]
Completed in 646 milliseconds