Home
last modified time | relevance | path

Searched refs:FILE_PNM (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/jnisrc/EDISON/prompt/
H A Ddefs.h86 FILE_PNM, enumerator
96 FILE_PNM,
H A DglobalFnc.cpp1149 case FILE_PNM: { in CmCWriteImage()
1212 case FILE_PNM: { in CmCReadImage()
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dreadfile.c61 static const char *FILE_PNM = "/tmp/junkout.pnm"; variable
1062 pixWrite(FILE_PNM, pixc, IFF_PNM); in ioFormatTest()
1063 pixt = pixRead(FILE_PNM); in ioFormatTest()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dreadfile.c84 static const char *FILE_PNM = "/tmp/lept/format/file.pnm"; variable
1458 pixWrite(FILE_PNM, pixc, IFF_PNM); in ioFormatTest()
1459 pix1 = pixRead(FILE_PNM); in ioFormatTest()