Home
last modified time | relevance | path

Searched refs:newASCII85Encode (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dencoder.hpp32 static PSEncoder* newASCII85Encode(GenBuffer::Writable &out_,unsigned maxcpl_);
H A Dappliers.cpp79 PSEncoder *bp=PSEncoder::newASCII85Encode(out, or_->cacheHints.TransferCPL);
132 …if (cache->TransferEncoding==cache->TE_A85) tp=PSEncoder::newASCII85Encode (*op, or_->cacheHints.T… in out_l2jbin_work()
179 …if (cache->TransferEncoding==cache->TE_A85) tp=PSEncoder::newASCII85Encode (outve, or_->cacheHints…
292 …if (cache->TransferEncoding==cache->TE_A85) tp=PSEncoder::newASCII85Encode (*vp, or_->cacheHints.T… in out_l23_work()
413 …if (cache->TransferEncoding==cache->TE_A85) { tkey[3]='8'; tp=PSEncoder::newASCII85Encode (out, or… in gen_tkey()
510 …if (cache->TransferEncoding==cache->TE_A85) { tkey[3]='8'; tp=PSEncoder::newASCII85Encode (out, or…
H A Dtest_main.cpp146 PSEncoder *bp=PSEncoder::newASCII85Encode(a,78); in test_encoder()
H A Dencoder.cpp1127 PSEncoder* PSEncoder::newASCII85Encode(GenBuffer::Writable &out_,unsigned maxcpl_) { in newASCII85Encode() function in PSEncoder