Home
last modified time | relevance | path

Searched refs:TIFFPrinter (Results 1 – 1 of 1) sorted by last modified time

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dappliers.cpp1050 class TIFFPrinter { class
1056 TIFFPrinter(GenBuffer::Writable &out_, bool le_);
1126 TIFFPrinter::TIFFPrinter(GenBuffer::Writable &out_, bool le_) :out(out_), le(le_) { in TIFFPrinter() function in TIFFPrinter
1136 void TIFFPrinter::aLONG (SimBuffer::B &s, unsigned count, slen_t const*val) { in aLONG()
1165 void TIFFPrinter::dirRATIONAL(unsigned short tag, slen_t count, slen_t const*val) { in dirRATIONAL()
1175 void TIFFPrinter::dirUNDEFINED(unsigned short tag, slen_t count, char const*val) { in dirUNDEFINED()
1203 void TIFFPrinter::dirSL(unsigned short tag, slen_t val) { in dirSL()
1208 void TIFFPrinter::dirLONG(unsigned short tag, slen_t val) { in dirLONG()
1211 void TIFFPrinter::dirClose() { in dirClose()
1261 TIFFPrinter tp(out, or_->cache.TransferEncoding==or_->cache.TE_LSBfirst); in out_tiffjai_work()
[all …]