Home
last modified time | relevance | path

Searched refs:pixReadMem (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dgenfonts_reg.c143 pix1 = pixReadMem(data1, nbytes); /* original */ in main()
150 pix2 = pixReadMem(data2, rbytes); /* encode/decode */ in main()
H A Djpegio_reg.c113 pix2 = pixReadMem(data, size); in DoJpegTest1()
163 pix3 = pixReadMem(data, size); in DoJpegTest2()
H A Dgifio_reg.c223 if ((pixd = pixReadMem(data, size)) == NULL) { in test_mem_gif()
H A Dpngio_reg.c231 if ((pixd = pixReadMem(data, size)) == NULL) { in test_mem_png()
H A Dioformats_reg.c633 if ((pixd = pixReadMem(data, size)) == NULL) { in test_writemem()
/dports/textproc/py-ocrmypdf/ocrmypdf-12.7.2/tests/
H A Dtest_lept.py96 lp.Pix(lp.lept.pixReadMem(lp.ffi.NULL, 0))
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/otiai10/gosseract/v2/
H A Dtessbridge.cpp217 Pix* image = pixReadMem(data, (size_t)size); in CreatePixImageFromBytes()
/dports/textproc/py-ocrmypdf/ocrmypdf-12.7.2/src/ocrmypdf/
H A Dleptonica.py415 return cls(lept.pixReadMem(buffer, len(buffer)))
448 pix = Pix(lept.pixReadMem(c_buffer, len(c_buffer)))
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dpdfio1.c1045 if ((pix = pixReadMem(imdata, size)) == NULL) in convertImageDataToPdf()
1182 if ((pix = pixReadMem(imdata, size)) == NULL) in convertImageDataToPdfData()
H A Dbmf.c526 pix = pixReadMem(data, nbytes); in pixaGenerateFontFromString()
H A Dreadfile.c827 pixReadMem(const l_uint8 *data, in pixReadMem() function
H A Dpixcomp.c547 if ((pix = pixReadMem(pixc->data, pixc->size)) == NULL) in pixCreateFromPixcomp()
H A Dallheaders.h2190 LEPT_DLL extern PIX * pixReadMem ( const l_uint8 *data, size_t size );
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dimagedata.cpp355 pix = pixReadMem(u_data, image_data.size()); in GetPixInternal()
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dreadfile.c668 pixReadMem(const l_uint8 *data, in pixReadMem() function
H A Dpixcomp.c407 if ((pix = pixReadMem(pixc->data, pixc->size)) == NULL) in pixCreateFromPixcomp()
H A Dleptprotos.h1412 LEPT_DLL extern PIX * pixReadMem ( const l_uint8 *data, size_t size );
/dports/graphics/tesseract/tesseract-5.0.0/src/api/
H A Dbaseapi.cpp1202 pix = (data != nullptr) ? pixReadMem(data, buf.size()) : pixRead(filename); in ProcessPagesInternal()
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dallheaders.h2140 LEPT_DLL extern PIX * pixReadMem ( const l_uint8 *data, size_t size );