Searched refs:bottom2 (Results 1 – 2 of 2) sorted by relevance
95 float left2, float right2, float top2, float bottom2) { in boxIntersect() argument97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1; in boxIntersect()
617 VGfloat bottom2 = src->y; in vg_image_overlaps() local622 top2 > bottom1 || bottom2 < top1); in vg_image_overlaps()