Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx94 double fYResolution; // Y-Aufloesung oder 0.0 member in TIFFReader
426 fYResolution = ReadDoubleData(); in ReadTagData()
1055 if ( fXResolution > 1.0 && fYResolution > 1.0 && ( nResolutionUnit == 2 || nResolutionUnit == 3 ) ) in MakePalCol()
1061 nRY=(sal_uLong)(fYResolution+0.5); in MakePalCol()
1066 nRY=(sal_uLong)(fYResolution*2.54+0.5); in MakePalCol()
1180 fYResolution = 0.0; in ReadTIFF()

Completed in 19 milliseconds