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()348 nSHalfPixelSzH ( nHalfPixelSzH ), in SwSavePaintStatics()360 nHalfPixelSzW = nHalfPixelSzH = in SwSavePaintStatics()390 nHalfPixelSzH = nSHalfPixelSzH; in ~SwSavePaintStatics()676 aSubsRect.Top ( aSubsRect.Top() - (nPixelSzH+nHalfPixelSzH) ); in RemoveSuperfluousSubsidiaryLines()677 aSubsRect.Bottom( aSubsRect.Bottom() + (nPixelSzH+nHalfPixelSzH) ); in RemoveSuperfluousSubsidiaryLines()1161 if ( !nH || nH > nHalfPixelSzH ) in lcl_AlignHeight()1162 return Max(1L, nHeight - nHalfPixelSzH); in lcl_AlignHeight()
Completed in 42 milliseconds