Home
last modified time | relevance | path

Searched refs:L_USE_WIDTHS (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dbarcodetest.c59 sad1 = pixProcessBarcodes(pixs, L_BF_ANY, L_USE_WIDTHS, &saw1, 0); in main()
66 sad2 = pixProcessBarcodes(pixs, L_BF_ANY, L_USE_WIDTHS, &saw2, 0); in main()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dreadbarcode.h36 L_USE_WIDTHS = 1, /*!< use histogram of barcode widths */ enumerator
H A Dreadbarcode.c151 if (method != L_USE_WIDTHS && method != L_USE_WINDOWS) in pixProcessBarcodes()
274 if (method != L_USE_WIDTHS && method != L_USE_WINDOWS) in pixReadBarcodes()
348 if (method != L_USE_WIDTHS && method != L_USE_WINDOWS) in pixReadBarcodeWidths()
352 if (method == L_USE_WIDTHS) in pixReadBarcodeWidths()
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dreadbarcode.h36 L_USE_WIDTHS = 1, /*!< use histogram of barcode widths */ enumerator
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dreadbarcode.h23 L_USE_WIDTHS = 1, /* use histogram of barcode widths */ enumerator
H A Dreadbarcode.c141 if (method != L_USE_WIDTHS && method != L_USE_WINDOWS) in pixProcessBarcodes()
265 if (method != L_USE_WIDTHS && method != L_USE_WINDOWS) in pixReadBarcodes()
339 if (method != L_USE_WIDTHS && method != L_USE_WINDOWS) in pixReadBarcodeWidths()
343 if (method == L_USE_WIDTHS) in pixReadBarcodeWidths()
/dports/textproc/py-ocrmypdf/ocrmypdf-12.7.2/src/ocrmypdf/
H A Dleptonica.py732 lept.L_USE_WIDTHS,