Searched refs:bottom1 (Results 1 – 3 of 3) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | AABoxCollisionVolume.java | 94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, in boxIntersect() argument 97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1; in boxIntersect()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_coordinates.h | 434 FX_RECT(int left1, int top1, int right1, int bottom1) { in FX_RECT() 438 bottom = bottom1; in FX_RECT() 451 void Intersect(int left1, int top1, int right1, int bottom1) { in Intersect() 452 Intersect(FX_RECT(left1, top1, right1, bottom1)); in Intersect() 492 FX_FLOAT bottom1, in CFX_FloatRect() argument 496 bottom = bottom1; in CFX_FloatRect()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | image.c | 616 VGfloat bottom1 = dst->y; in vg_image_overlaps() local 622 top2 > bottom1 || bottom2 < top1); in vg_image_overlaps()
|