Searched refs:n_height (Results 1 – 1 of 1) sorted by relevance
1233 int n_height = n_top_y - n_bottom_y; in AdjacentBlob() local1234 if (v_overlap > kCharVerticalOverlapFraction * MIN(height, n_height) && in AdjacentBlob()1235 !DifferentSizes(height, n_height)) { in AdjacentBlob()