Searched refs:bot2 (Results 1 – 1 of 1) sorted by relevance
/external/tesseract/liblept/ |
D | boxfunc1.c | 108 l_int32 left1, left2, top1, top2, right1, right2, bot1, bot2; in boxIntersects() local 122 bot2 = box2->y + box2->h - 1; in boxIntersects() 123 if ((bot2 >= top1) && (bot1 >= top2) && in boxIntersects() 267 l_int32 x, y, w, h, left1, left2, top1, top2, right1, right2, bot1, bot2; in boxOverlapRegion() local 283 bot2 = box2->y + box2->h - 1; in boxOverlapRegion() 284 if ((bot2 < top1) || (bot1 < top2) || in boxOverlapRegion() 291 h = L_MIN(bot1 - y + 1, bot2 - y + 1); in boxOverlapRegion() 307 l_int32 left, top, right1, right2, right, bot1, bot2, bot; in boxBoundingRegion() local 322 bot2 = box2->y + box2->h - 1; in boxBoundingRegion() 323 bot = L_MAX(bot1, bot2); in boxBoundingRegion()
|