Searched refs:psd_write (Results 1 – 1 of 1) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevpsd.c | 850 psd_write(psd_write_ctx *xc, const byte *buf, int size) { in psd_write() function 862 return psd_write(xc, (byte *)&v, 1); in psd_write_8() 871 return psd_write(xc, (byte *)&buf, 2); in psd_write_16() 880 return psd_write(xc, (byte *)&buf, 4); in psd_write_32() 893 psd_write(xc, (const byte *)"8BPS", 4); /* Signature */ in psd_write_header() 918 psd_write(xc, (const byte *)"8BIM", 4); in psd_write_header() 926 psd_write(xc, separation_name->data, separation_name->size); in psd_write_header() 932 psd_write(xc, (const byte *)"8BIM", 4); in psd_write_header() 961 psd_write(xc, (const byte *)"8BIM", 4); in psd_write_header() 1066 psd_write(xc, sep_line, xc->width); in psd_write_image_data() [all …]
|