Home
last modified time | relevance | path

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

/external/tesseract/ccstruct/
Dpolyaprx.cpp43 #define RUNLENGTH 1 /*length of run */ macro
165 edgepts[epindex].flags[RUNLENGTH] = count; in edgesteps_to_edgepts()
190 edgepts[epindex].flags[RUNLENGTH] = count; in edgesteps_to_edgepts()
242 sum1 = edgept->flags[RUNLENGTH]; in fix2()
246 sum2 = edgept->flags[RUNLENGTH]; in fix2()
252 sum1 += edgept->flags[RUNLENGTH]; in fix2()
254 sum2 += edgept->flags[RUNLENGTH]; in fix2()
261 && (linestart->prev->flags[RUNLENGTH] > in fix2()
262 linestart->flags[RUNLENGTH] || sum2 > sum1)) { in fix2()
270 || ((edgept->prev->flags[RUNLENGTH] < edgept->flags[RUNLENGTH] in fix2()
[all …]
/external/tesseract/cutil/
Dconst.h68 #define RUNLENGTH 1 /*length of run */ macro