Searched refs:nPixelSzH (Results 1 – 1 of 1) sorted by relevance
213 static long nPixelSzW = 0, nPixelSzH = 0; variable272 nPixelSzH = aSz.Height(); in SwCalcPixStatics()273 if( !nPixelSzH ) in SwCalcPixStatics()274 nPixelSzH = 1; in SwCalcPixStatics()296 nMinDistPixelH = nPixelSzH * 2 + 1; in SwCalcPixStatics()360 nPixelSzW = nPixelSzH = in SwSavePaintStatics()389 nPixelSzH = nSPixelSzH; in ~SwSavePaintStatics()1160 const long nH = nHeight % nPixelSzH; in lcl_AlignHeight()2340 nPrim = (sal_uInt16)( Max( 1L, nPixelSzH * ( nPrim / nPixelSzH ) ) ); in PaintLines()2342 nDist = (sal_uInt16)( Max( 1L, nPixelSzH * ( nDist / nPixelSzH ) ) ); in PaintLines()[all …]
Completed in 41 milliseconds