Home
last modified time | relevance | path

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

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dappliers.cpp1063 void dirSL(unsigned short tag, slen_t val);
1284 tp.dirSL(tp.ImageWidth, img->getWd()); in out_tiffjai_work()
1285 tp.dirSL(tp.ImageLength, img->getHt()); in out_tiffjai_work()
1289 tp.dirSL(tp.Photometric, phot); /* SHORT */ in out_tiffjai_work()
1292 tp.dirSL(tp.RowsPerStrip, img->getHt()); in out_tiffjai_work()
1298 tp.dirSL(tp.ResolutionUnit, 1); /* SHORT */ in out_tiffjai_work()
1670 tp.dirSL(tp.ImageWidth, wd); in out_tiff_work()
1672 tp.dirSL(tp.ImageLength, img->getHt()); in out_tiff_work()
1680 tp.dirSL(tp.Photometric, phot); /* SHORT */ in out_tiff_work()
1686 tp.dirSL(tp.RowsPerStrip, img->getHt()); in out_tiff_work()
[all …]