Searched defs:top2 (Results 1 - 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java95 float left2, float right2, float top2, float bottom2) {
97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1;
94 boxIntersect(float left1, float right1, float top1, float bottom1, float left2, float right2, float top2, float bottom2) argument
/external/skia/src/core/
H A DSkPoint.cpp202 unsigned top2 = x >> 25; local
203 SkASSERT(top2 >= 8 && top2 <= 63);

Completed in 101 milliseconds