Home
last modified time | relevance | path

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

/external/tesseract/ccstruct/
Dpolyaprx.cpp218 register EDGEPT *linestart; /*start of line segment */ in fix2() local
239 linestart = edgept; /*possible start of line */ in fix2()
260 && linestart->prev->flags[DIR] == dir2 in fix2()
261 && (linestart->prev->flags[RUNLENGTH] > in fix2()
262 linestart->flags[RUNLENGTH] || sum2 > sum1)) { in fix2()
264 linestart = linestart->prev; in fix2()
265 linestart->flags[FLAGS] |= FIXED; in fix2()
272 && linestart->next != edgept)) in fix2()
404 register EDGEPT *linestart; /*start of line */ in poly2() local
439 linestart = edgept; in poly2()
[all …]
/external/qemu/
Dqemu-char.c241 int linestart; member
257 if (d->linestart) { in mux_chr_write()
274 d->linestart = 0; in mux_chr_write()
278 d->linestart = 1; in mux_chr_write()
368 d->linestart = 0; in mux_proc_byte()
Dqemu-char-android.c249 int linestart; member
265 if (d->linestart) { in mux_chr_write()
282 d->linestart = 0; in mux_chr_write()
286 d->linestart = 1; in mux_chr_write()
376 d->linestart = 0; in mux_proc_byte()