Home
last modified time | relevance | path

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

/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dboxfunc1.c537 BOXA *boxas2, in boxaCombineOverlapsInPair() argument
552 if (!boxas1 || !boxas2) in boxaCombineOverlapsInPair()
559 boxaGetExtent(boxas2, &w2, &h2, NULL); in boxaCombineOverlapsInPair()
566 boxaGetArea(boxas2, &area2); in boxaCombineOverlapsInPair()
569 boxac2 = boxaCopy(boxas2, L_COPY); in boxaCombineOverlapsInPair()
571 boxac1 = boxaCopy(boxas2, L_COPY); in boxaCombineOverlapsInPair()
H A Dallheaders.h269 LEPT_DLL extern l_int32 boxaCombineOverlapsInPair ( BOXA *boxas1, BOXA *boxas2, BOXA **pboxad1, BOX…