Home
last modified time | relevance | path

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

/external/tesseract/classify/
Dmfx.cpp177 MFOUTLINE SegmentStart, SegmentEnd; in ComputeBulges() local
191 SegmentEnd = Start; in ComputeBulges()
197 SegmentStart = SegmentEnd; in ComputeBulges()
198 SegmentEnd = NextPointAfter (SegmentStart); in ComputeBulges()
201 MapPoint(&Matrix, PointAt(SegmentEnd)->Point, &CurrentPoint); in ComputeBulges()
214 SegmentStart = SegmentEnd; in ComputeBulges()
215 SegmentEnd = NextPointAfter (SegmentStart); in ComputeBulges()
217 MapPoint(&Matrix, PointAt(SegmentEnd)->Point, &CurrentPoint); in ComputeBulges()