Home
last modified time | relevance | path

Searched refs:newASCIIHexEncode (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dencoder.hpp31 static PSEncoder* newASCIIHexEncode(GenBuffer::Writable &out_,unsigned maxcpl_);
H A Dappliers.cpp133 …else if (cache->TransferEncoding==cache->TE_Hex) tp=PSEncoder::newASCIIHexEncode(*op, or_->cacheHi… in out_l2jbin_work()
180 …else if (cache->TransferEncoding==cache->TE_Hex) tp=PSEncoder::newASCIIHexEncode(outve, or_->cache…
277 GenBuffer::Writable *hp=PSEncoder::newASCIIHexEncode(colorSpace, or_->cacheHints.TransferCPL); in out_l23_work()
293 …else if (cache->TransferEncoding==cache->TE_Hex) tp=PSEncoder::newASCIIHexEncode(*vp, or_->cacheHi… in out_l23_work()
414 …else if (cache->TransferEncoding==cache->TE_Hex) { tkey[3]='h'; tp=PSEncoder::newASCIIHexEncode(ou… in gen_tkey()
511 …else if (cache->TransferEncoding==cache->TE_Hex) { tkey[3]='h'; tp=PSEncoder::newASCIIHexEncode(ou…
H A Dencoder.cpp1119 PSEncoder* PSEncoder::newASCIIHexEncode(GenBuffer::Writable &out_,unsigned maxcpl_) { in newASCIIHexEncode() function in PSEncoder