Home
last modified time | relevance | path

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

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dappliers.cpp1062 void dirLONG(unsigned short tag, slen_t count, slen_t const*val);
1064 void dirLONG(unsigned short tag, slen_t val);
1154 void TIFFPrinter::dirLONG(unsigned short const tag, slen_t const count, slen_t const*val) { in dirLONG() function in TIFFPrinter
1206 else dirLONG(tag, 1, &val); in dirSL()
1208 void TIFFPrinter::dirLONG(unsigned short tag, slen_t val) { in dirLONG() function in TIFFPrinter
1209 dirLONG(tag, 1, &val); in dirLONG()
1290 tp.dirLONG(tp.StripOffsets, 8); in out_tiffjai_work()
1293 tp.dirLONG(tp.StripByteCounts, datalen+6); in out_tiffjai_work()
1682 tp.dirLONG(tp.StripOffsets, 8); in out_tiff_work()
1687 tp.dirLONG(tp.StripByteCounts, vc.getCount()); in out_tiff_work()
[all …]