Searched refs:end_x (Results 1 – 2 of 2) sorted by relevance
/external/tesseract/ccstruct/ |
D | blobbox.cpp | 608 float end_x; //end of vec in vertical_outline_projection() local 616 end_x = polypt->pos.x () + polypt->vec.x (); in vertical_outline_projection() 619 xcoord < end_x; xcoord++) { in vertical_outline_projection() 631 if (end_x > xcoord + 1) { in vertical_outline_projection() 639 width -= end_x; in vertical_outline_projection() 647 for (xcoord = (inT32) floor (end_x); in vertical_outline_projection() 660 if (end_x < xcoord) { in vertical_outline_projection() 668 width -= end_x; in vertical_outline_projection()
|
/external/tesseract/textord/ |
D | bbgrid.h | 364 int start_x, start_y, end_x, end_y; in InsertBBox() local 366 GridCoords(box.right(), box.top(), &end_x, &end_y); in InsertBBox() 368 end_x = start_x; in InsertBBox() 373 for (int x = start_x; x <= end_x; ++x) { in InsertBBox() 412 int start_x, start_y, end_x, end_y; in RemoveBBox() local 414 GridCoords(box.right(), box.top(), &end_x, &end_y); in RemoveBBox() 417 for (int x = start_x; x <= end_x; ++x) { in RemoveBBox()
|