Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dmakerow.cpp1312 float desc_frac_xheight = textord_merge_desc / textord_merge_x; in compute_block_xheight() local
1323 int min_desc_height = static_cast<int>(min_height * desc_frac_xheight); in compute_block_xheight()
1324 int max_desc_height = static_cast<int>(max_height * desc_frac_xheight); in compute_block_xheight()
1395 descdrop = -(xheight * desc_frac_xheight); in compute_block_xheight()