Home
last modified time | relevance | path

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

/external/tesseract/ccstruct/
Dpolyaprx.cpp25 #define FASTEDGELENGTH 256 macro
80 EDGEPT stack_edgepts[FASTEDGELENGTH]; // converted path in tesspoly_outline()
84 if (c_outline->pathlength() > FASTEDGELENGTH) in tesspoly_outline()