Home
last modified time | relevance | path

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

/external/qemu/android/skin/
Dregion.c275 int xleft, xright; in runs_coalesce_band() local
288 xright = sspan[1]; in runs_coalesce_band()
289 RASSERT(xright != XSENTINEL); in runs_coalesce_band()
290 RASSERT(xleft < xright); in runs_coalesce_band()
293 pright = xright; in runs_coalesce_band()
505 int xright = runs[1]; in skin_region_translate() local
506 RASSERT(xright != YSENTINEL); in skin_region_translate()
508 runs[1] = (Run)(xright + dx); in skin_region_translate()
566 int xright, xleft = runs[0]; in skin_region_contains() local
570 xright = runs[1]; in skin_region_contains()
[all …]
/external/tesseract/liblept/
Dconncomp.c92 l_int32 xright; /* right edge of run */ member
100 static void pushFillsegBB(L_STACK *lstack, l_int32 xleft, l_int32 xright,
104 static void pushFillseg(L_STACK *lstack, l_int32 xleft, l_int32 xright,
1027 l_int32 xright, in pushFillsegBB() argument
1045 *pmaxx = L_MAX(*pmaxx, xright); in pushFillsegBB()
1062 fseg->xright = xright; in pushFillsegBB()
1090 l_int32 xright, in pushFillseg() argument
1116 fseg->xright = xright; in pushFillseg()
1161 *pxright = fseg->xright; in popFillseg()