Searched refs:PutInt (Results 1 – 1 of 1) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevphex.c | 948 private int PutInt( PLIST *plist, PNAME name, int *val, 1600 code = PutInt( plist, "Depletion", &dev->depletion, 0, 2, code ); in photoex_put_params() 1601 code = PutInt( plist, "Shingling", &dev->shingling, 0, 2, code ); in photoex_put_params() 1602 code = PutInt( plist, "Render", &dev->halftoner, 0,MAXHTONE-1, code ); in photoex_put_params() 1603 code = PutInt( plist, "Splash", &dev->splash, 0, 50, code ); in photoex_put_params() 1604 code = PutInt( plist, "Leakage", &dev->leakage, 0, 25, code ); in photoex_put_params() 1605 code = PutInt( plist, "Binhibit", &dev->pureblack, 0, 1, code ); in photoex_put_params() 1606 code = PutInt( plist, "DotSize", &dev->dotsize, 0, 4, code ); in photoex_put_params() 1620 private int PutInt( PLIST *plist, PNAME name, int *val, in PutInt() function
|