Home
last modified time | relevance | path

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

/external/tesseract/ccstruct/
Dpdblock.h34 friend class BLOCK_RECT_IT; //block iterator in CLISTIZEH() local
106 class DLLSYM BLOCK_RECT_IT //rectangle iterator
109 BLOCK_RECT_IT( //constructor
113 NEWDELETE2 (BLOCK_RECT_IT) void set_to_block (
164 BLOCK_RECT_IT rect_it; //rectangle iterator
Dpdblock.cpp88 BLOCK_RECT_IT it = this; //rectangle iterator in contains()
200 BLOCK_RECT_IT it = this; //rectangle iterator in show()
242 BLOCK_RECT_IT::BLOCK_RECT_IT ( in BLOCK_RECT_IT() function in BLOCK_RECT_IT
260 void BLOCK_RECT_IT::set_to_block( //start (new) block in set_to_block()
277 void BLOCK_RECT_IT::start_block() { //start (new) block in start_block()
296 void BLOCK_RECT_IT::forward() { //next rectangle in forward()
Docrblock.h33 friend class BLOCK_RECT_IT; //block iterator in ELISTIZEH_S() local