Searched refs:boxy (Results 1 – 1 of 1) sorted by relevance
/external/tesseract/liblept/ |
D | boxfunc3.c | 707 l_int32 i, w, h, boxx, boxy, bx, by, bw, bh, maxdir, maxscore; in pixSplitComponentIntoBoxa() local 724 boxGetGeometry(box, &boxx, &boxy, NULL, NULL); in pixSplitComponentIntoBoxa() 726 boxx = boxy = 0; in pixSplitComponentIntoBoxa() 750 boxt2 = boxTransform(boxt1, boxx, boxy, 1.0, 1.0); in pixSplitComponentIntoBoxa() 765 boxt1 = boxTransform(boxs, boxx, boxy, 1.0, 1.0); in pixSplitComponentIntoBoxa() 777 boxt1 = boxTransform(boxs, boxx, boxy, 1.0, 1.0); in pixSplitComponentIntoBoxa()
|