Home
last modified time | relevance | path

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

/external/tesseract/ccmain/
Dpgedit.cpp343 SVMenuNode* parent_menu; in build_menu_new() local
375 parent_menu = root_menu_item->AddChild("DISPLAY"); in build_menu_new()
377 parent_menu->AddChild("Bounding Boxes", in build_menu_new()
379 parent_menu->AddChild("Correct Text", in build_menu_new()
381 parent_menu->AddChild("Polygonal Approx", in build_menu_new()
383 parent_menu->AddChild("Baseline Normalised", in build_menu_new()
385 parent_menu->AddChild("Edge Steps", in build_menu_new()
388 parent_menu = root_menu_item->AddChild("OTHER"); in build_menu_new()
390 parent_menu->AddChild("Quit", in build_menu_new()
392 parent_menu->AddChild("Tidy Target", in build_menu_new()
[all …]