Searched refs:nHalfPixelSzH (Results 1 – 1 of 1) sorted by relevance
214 static long nHalfPixelSzW = 0, nHalfPixelSzH = 0; variable288 nHalfPixelSzH = nPixelSzH / 2 + 1; in SwCalcPixStatics()292 nHalfPixelSzH = 0; in SwCalcPixStatics()349 nSHalfPixelSzH ( nHalfPixelSzH ), in SwSavePaintStatics()361 nHalfPixelSzW = nHalfPixelSzH = in SwSavePaintStatics()391 nHalfPixelSzH = nSHalfPixelSzH; in ~SwSavePaintStatics()677 aSubsRect.Top ( aSubsRect.Top() - (nPixelSzH+nHalfPixelSzH) ); in RemoveSuperfluousSubsidiaryLines()678 aSubsRect.Bottom( aSubsRect.Bottom() + (nPixelSzH+nHalfPixelSzH) ); in RemoveSuperfluousSubsidiaryLines()1162 if ( !nH || nH > nHalfPixelSzH ) in lcl_AlignHeight()1163 return Max(1L, nHeight - nHalfPixelSzH); in lcl_AlignHeight()
Completed in 37 milliseconds