Home
last modified time | relevance | path

Searched refs:Ascii85EncodeBlock (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiff2ps.c234 tsize_t Ascii85EncodeBlock( uint8 * ascii85_p, unsigned f_eod, const uint8 * raw_p, tsize_t raw_l );
2285 ascii85_l = Ascii85EncodeBlock(ascii85_p, 1, buf_data, byte_count ); in PS_Lvl2page()
2682 ascii85_l = Ascii85EncodeBlock( ascii85_p, 1, cp, cc ); in PSDataBW()
2812 ascii85_l = Ascii85EncodeBlock( ascii85_p, 1, tf_buf, cc ); in PSRawDataBW()
2944 tsize_t Ascii85EncodeBlock( uint8 * ascii85_p, unsigned f_eod, const uint8 * raw_p, tsize_t raw_l ) in Ascii85EncodeBlock() function
/libtiff-4.0.7/
H A DChangeLog5753 * tools/tiff2ps.c: Fixed bug in Ascii85EncodeBlock() function: array