Home
last modified time | relevance | path

Searched refs:pnm_allocpamtuple (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/analyzer/
H A Dpammosaicknit.c51 invalidBlack = pnm_allocpamtuple(pamP); in initializeInvalidColors()
57 invalidWhite = pnm_allocpamtuple(pamP); in initializeInvalidColors()
114 validBlack = pnm_allocpamtuple(pamP); in knitRowToPamRow()
116 validWhite = pnm_allocpamtuple(pamP); in knitRowToPamRow()
H A Dpamfind.c133 retval = pnm_allocpamtuple(inpamP); in targetValue()
H A Dpamgetcolor.c527 tup = pnm_allocpamtuple(pamP); in printColors()
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpambackground.c95 whiteTuple = pnm_allocpamtuple(pamP); in createWhiteTuple()
138 *bgColorP = pnm_allocpamtuple(pamP); in selectBackground()
161 ul = pnm_allocpamtuple(pamP); in determineBackgroundColor()
162 ur = pnm_allocpamtuple(pamP); in determineBackgroundColor()
163 ll = pnm_allocpamtuple(pamP); in determineBackgroundColor()
164 lr = pnm_allocpamtuple(pamP); in determineBackgroundColor()
H A Dpnmremap.c916 tuple const ditheredTuple = pnm_allocpamtuple(inpamP); in convertRowDither()
918 tuple const normTuple = pnm_allocpamtuple(outpamP); in convertRowDither()
1167 firstColor = pnm_allocpamtuple(&mappam); in processMapFile()
1186 specColor = pnm_allocpamtuple(pamP); in getSpecifiedMissingColor()
H A Dppmcolormask.c218 maskColorUnnorm = pnm_allocpamtuple(pamP); in colorIsInSet()
H A Dpamcut.c577 discardTuple = pnm_allocpamtuple(inpamP); in createRowCutter()
H A Dpamrubber.c1304 white = pnm_allocpamtuple(pamP); in createWhiteTuple()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dpamtohtmltbl.c94 tuple const colorff = pnm_allocpamtuple(pamP); in pripix()
279 transparentColor = pnm_allocpamtuple(&inpam); in main()
H A Dpamtogif.c1355 tupleRgb255 = pnm_allocpamtuple(&pam); in writeGlobalColorMap()
1714 cmapP->color[colorIndex] = pnm_allocpamtuple(&cmapP->pam); in addToColormap()
1906 color[i] = pnm_allocpamtuple(mapPamP); in computeLibnetpbmColormap()
H A Dpamtotga.c180 tuple const tuple31 = pnm_allocpamtuple(pamP); in putMapEntry()
/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dlibpamcolor.c365 retval = pnm_allocpamtuple(&pam); in pnm_parsecolor2()
436 scaledColor = pnm_allocpamtuple(&pam); in scaledRgb()
489 rgbColor = pnm_allocpamtuple(&rgbPam); in pnm_colorspec_rgb_norm()
H A Dlibpam.c126 pnm_allocpamtuple(const struct pam * const pamP) { in pnm_allocpamtuple() function
206 *blackTupleP = pnm_allocpamtuple(pamP); in pnm_createBlackTuple()
1381 bgtuple = pnm_allocpamtuple(pamP); in pnm_backgroundtuple()
1387 bgtuple = pnm_allocpamtuple(pamP); in pnm_backgroundtuple()
H A Dpam.h324 pnm_allocpamtuple(const struct pam * const pamP);
H A Dlibpammap.c301 *colorP = pnm_allocpamtuple(pamP); in computehashrecoverable()
/dports/graphics/netpbm/netpbm-10.91.01/generator/
H A Dpamseq.c187 lowerPlanes = pnm_allocpamtuple(&pam); in main()
/dports/graphics/netpbm/netpbm-10.91.01/other/
H A Dpamlookup.c200 retval = pnm_allocpamtuple(lookuppamP); in computeDefaultTuple()