Home
last modified time | relevance | path

Searched refs:pm_readcharu (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pnmtopalm/
H A Dpalmtopnm.c228 pm_readcharu(ifP, sizeP); in readRestOfHeaderVersion3()
234 pm_readcharu(ifP, pixelFormatP); in readRestOfHeaderVersion3()
239 pm_readcharu(ifP, &unused); in readRestOfHeaderVersion3()
391 pm_readcharu(ifP, &version); in readHeader()
527 pm_readcharu(ifP, &r); in readRgbFormat()
528 pm_readcharu(ifP, &g); in readRgbFormat()
529 pm_readcharu(ifP, &b); in readRgbFormat()
550 pm_readcharu(ifP, &r); in readDirectTransparentColor()
551 pm_readcharu(ifP, &g); in readDirectTransparentColor()
552 pm_readcharu(ifP, &b); in readDirectTransparentColor()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Davstopam.c47 pm_readcharu(avsFileP, &c); thisTuple[3] = c; in producePam()
48 pm_readcharu(avsFileP, &c); thisTuple[0] = c; in producePam()
49 pm_readcharu(avsFileP, &c); thisTuple[1] = c; in producePam()
50 pm_readcharu(avsFileP, &c); thisTuple[2] = c; in producePam()
H A Dyuy2topam.c113 pm_readcharu(ifP, &c); retval.y0 = c - 16; in readPixel()
114 pm_readcharu(ifP, &c); retval.u = c - 128; in readPixel()
115 pm_readcharu(ifP, &c); retval.y1 = c - 16; in readPixel()
116 pm_readcharu(ifP, &c); retval.v = c - 128; in readPixel()
H A Dwinicontopam.c291 pm_readcharu(fP->fileP, &widthField); in readIconDir()
294 pm_readcharu(fP->fileP, &heightField); in readIconDir()
297 pm_readcharu(fP->fileP, &dirEntryP->color_count); in readIconDir()
299 pm_readcharu(fP->fileP, &dirEntryP->zero); in readIconDir()
H A Dpdbimgtopam.c284 pm_readcharu(fileP, &imgP->version); in imageReadHeader()
285 pm_readcharu(fileP, &imgP->type); in imageReadHeader()
/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dpm.h254 pm_readcharu(FILE * const ifP, in pm_readcharu() function
/dports/graphics/netpbm/netpbm-10.91.01/man/
H A Dlibpm.3280 \fBvoid pm_readcharu(\fP
/dports/graphics/netpbm/netpbm-10.91.01/doc/
H A DHISTORY3658 Add pm_readchar(), pm_writechar(), pm_readcharu(),