Searched refs:top1 (Results 1 – 4 of 4) sorted by relevance
/external/tesseract/wordrec/ |
D | findseam.cpp | 254 inT16 bottom1, top1; in combine_seam() local 262 top1 = seam->split1->point2->pos.y; in combine_seam() 264 top1 = bottom1; in combine_seam() 278 top2 = top1; in combine_seam() 299 ((split1_point1_y >= top1 && split1_point2_y >= top1) || in combine_seam() 310 ((split2_point1_y >= top1 && split2_point2_y >= top1) || in combine_seam()
|
/external/opencore/fileformats/mp4/composer/src/ |
D | boxrecord.cpp | 36 void PVA_FF_BoxRecord::setBoxTop(int16 top1) in setBoxTop() argument 40 _top = top1; in setBoxTop()
|
/external/tesseract/liblept/ |
D | boxfunc1.c | 108 l_int32 left1, left2, top1, top2, right1, right2, bot1, bot2; in boxIntersects() local 117 top1 = box1->y; 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 278 top1 = box1->y; in boxOverlapRegion() 284 if ((bot2 < top1) || (bot1 < top2) || in boxOverlapRegion() 289 y = (top1 > top2) ? top1 : top2; in boxOverlapRegion()
|
/external/opencore/fileformats/mp4/composer/include/ |
D | boxrecord.h | 37 void setBoxTop(int16 top1);
|