Home
last modified time | relevance | path

Searched refs:tl_key (Results 1 – 1 of 1) sorted by relevance

/external/tesseract/textord/
Dcolpartition.cpp1447 int tl_key = part->SortKey(part->left_margin_, top); in LeftEdgeRun() local
1451 int left_key = MAX(tl_key, bl_key); in LeftEdgeRun()
1498 int tl_key = part->SortKey(part->bounding_box_.right(), top); in RightEdgeRun() local
1502 int left_key = MAX(tl_key, bl_key); in RightEdgeRun()