• Home
  • Raw
  • Download

Lines Matching refs:x_height

632     && textord_test_y < row->base_line (textord_test_x) + row->x_height ())  in clean_noise_from_row()
657 if (blob_size < textord_noise_sizelimit * row->x_height ()) in clean_noise_from_row()
661 (1 + textord_noise_syfract) * row->x_height () in clean_noise_from_row()
663 (1 - textord_noise_syfract) * row->x_height () in clean_noise_from_row()
665 (1 + textord_noise_sxfract) * row->x_height () in clean_noise_from_row()
667 (1 - textord_noise_sxfract) * row->x_height ()) in clean_noise_from_row()
677 if (blob_size >= textord_noise_sizelimit * row->x_height () in clean_noise_from_row()
678 && blob_size < row->x_height () * 2) { in clean_noise_from_row()
684 else if (blob_box.height () > row->x_height () * 2 in clean_noise_from_row()
768 if (blob_size < textord_noise_sizelimit * row->x_height ()) in clean_noise_from_words()
772 (1 + textord_noise_syfract) * row->x_height () in clean_noise_from_words()
774 (1 - textord_noise_syfract) * row->x_height () in clean_noise_from_words()
776 (1 + textord_noise_sxfract) * row->x_height () in clean_noise_from_words()
778 (1 - textord_noise_sxfract) * row->x_height ()) in clean_noise_from_words()
788 if (blob_size >= textord_noise_sizelimit * row->x_height () in clean_noise_from_words()
789 && blob_size < row->x_height () * 2) { in clean_noise_from_words()
795 else if (blob_box.height () > row->x_height () * 2 in clean_noise_from_words()
919 ydiff = -ydiff / row->x_height (); in tweak_row_baseline()
921 ydiff = ydiff / row->x_height (); in tweak_row_baseline()
923 && blob_box.height () / row->x_height () > in tweak_row_baseline()