Home
last modified time | relevance | path

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

/external/tesseract/ccstruct/
Dblobbox.h45 enum TabType { enum
148 TabType left_tab_type() const { in ELISTIZEH()
151 void set_left_tab_type(TabType new_type) { in ELISTIZEH()
154 TabType right_tab_type() const { in ELISTIZEH()
157 void set_right_tab_type(TabType new_type) { in ELISTIZEH()
276 TabType left_tab_type_; // Indicates tab-stop assessment in ELISTIZEH()
277 TabType right_tab_type_; // Indicates tab-stop assessment in ELISTIZEH()
/external/tesseract/textord/
Dalignedblob.h67 TabType confirmed_type; // Type to flag blobs if accepted.
Dalignedblob.cpp185 TabType tabtype = bbox->left_tab_type(); in DisplayTabs()