Searched refs:bottom1 (Results 1 – 2 of 2) sorted by relevance
94 private boolean boxIntersect(float left1, float right1, float top1, float bottom1, in boxIntersect() argument97 final boolean verticalIntersection = top1 > bottom2 && top2 > bottom1; in boxIntersect()
616 VGfloat bottom1 = dst->y; in vg_image_overlaps() local622 top2 > bottom1 || bottom2 < top1); in vg_image_overlaps()