Searched refs:mnStreamOfs (Results 1 – 1 of 1) sorted by relevance
70 sal_uInt32 mnStreamOfs; member in TIFFWriter168 mnStreamOfs = mpOStm->Tell(); in WriteTIFF()270 *mpOStm << (sal_uInt32)( nCurrentPos - mnStreamOfs ); // offset to the IFD in ImplWriteHeader()340 *mpOStm << static_cast<sal_uInt32>(nCurrentPos - mnStreamOfs); // to the palette colors in ImplWritePalette()370 *mpOStm << static_cast<sal_uInt32>(nGfxBegin - mnStreamOfs); // to the bitmap data in ImplWriteBody()474 *mpOStm << (sal_uInt32)nCurrentPos - mnStreamOfs; in ImplWriteResolution()
Completed in 8 milliseconds