Searched refs:aPixSz (Results 1 – 4 of 4) sorted by relevance
1356 const Size aPixSz = GetWin()->PixelToLogic(Size(1,1)); in SmoothScroll() local1362 Size aSize( aVisArea.Width()+2*aPixSz.Width(), Abs(lYDiff)+(2*aPixSz.Height()) ); in SmoothScroll()1375 aRect.Right( Min(aRect.Right()+2*aPixSz.Width(), pRect->Right()+aPixSz.Width())); in SmoothScroll()1378 aRect.SSize().Width() += 2*aPixSz.Width(); in SmoothScroll()1380 : aRect.Top() - aSize.Height() + aPixSz.Height(); in SmoothScroll()1381 aRect.Pos().X() = Max( 0L, aRect.Left()-aPixSz.Width() ); in SmoothScroll()1446 long lMaDelta = aPixSz.Height(); in SmoothScroll()1565 aRectangle.Left() -= aPixSz.Width(); in SmoothScroll()1566 aRectangle.Right() += aPixSz.Width(); in SmoothScroll()1567 aRectangle.Top() -= aPixSz.Height(); in SmoothScroll()[all …]
202 Size aPixSz( pOut->PixelToLogic( Size( 1,1 )) ); in Enter() local204 aTmp.SSize().Width() += aPixSz.Width()/2 + 1; in Enter()205 aTmp.SSize().Height()+= aPixSz.Height()/2 + 1; in Enter()
466 Size aPixSz( LogicToPixel( Size(nHorz, nVert) ) ); in SetLineSize() local467 nColumnPixW = aPixSz.Width(); in SetLineSize()468 nLinePixH = aPixSz.Height(); in SetLineSize()
347 Size aPixSz( 1, 0 ); in Draw() local348 aPixSz = pOutDev->PixelToLogic( aPixSz ); in Draw()349 aClipRect.Right() += aPixSz.Width(); in Draw()350 aClipRect.Bottom() += aPixSz.Width(); in Draw()
Completed in 56 milliseconds