Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dfpchop.cpp1598 inT32 new_stepcount; //no of steps in close() local
1611 new_stepcount = stepcount + fake_count; in close()
1612 new_steps = new DIR128[new_stepcount]; in close()
1615 C_OUTLINE* result = new C_OUTLINE (start, new_steps, new_stepcount); in close()