Home
last modified time | relevance | path

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

/external/tesseract/wordrec/
Dmatchtab.cpp121 TPOINT tp_topleft; in put_match() local
125 blob_bounding_box(blob, &tp_topleft, &tp_botright); in put_match()
126 topleft = *(unsigned int *) &tp_topleft; in put_match()
160 TPOINT tp_topleft; in get_match() local
163 blob_bounding_box(blob, &tp_topleft, &tp_botright); in get_match()
164 topleft = *(unsigned int *) &tp_topleft; in get_match()
218 TPOINT tp_topleft; in add_to_match() local
220 blob_bounding_box(blob, &tp_topleft, &tp_botright); in add_to_match()
221 topleft = *(unsigned int *) &tp_topleft; in add_to_match()
Dpieces.cpp373 TPOINT tp_topleft; in record_piece_ratings() local
386 bounds_of_piece(bounds, x, y, &tp_topleft, &tp_botright); in record_piece_ratings()
387 topleft = *(unsigned int *) &tp_topleft; in record_piece_ratings()