Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dprintdlg.cxx421 Size aSubSize( aOutSize.Width() / mnColumns, aOutSize.Height() / mnRows ); in Paint() local
423 double fX = double(aSubSize.Width())/double(aSampleTextSize.Width()); in Paint()
424 double fY = double(aSubSize.Height())/double(aSampleTextSize.Height()); in Paint()
452 int nDeltaX = (aSubSize.Width() - aTextSize.Width()) / 2; in Paint()
453 int nDeltaY = (aSubSize.Height() - aTextSize.Height()) / 2; in Paint()
454 DrawText( Point( nX * aSubSize.Width() + nDeltaX, in Paint()
455 nY * aSubSize.Height() + nDeltaY ), in Paint()

Completed in 25 milliseconds